# Stable Url

A stable URL provides a failover-aware endpoint for accessing a workspace.
 Its lifecycle is independent of any failover group.

## The StableUrl object

- [stable-url/object.md](stable-url/object.md)

## Endpoints

### Get

- [GET /api/disaster-recovery/v1/{name=accounts/*/stable-urls/*}](get-stable-url.md)

### List

- [GET /api/disaster-recovery/v1/{parent=accounts/*}/stable-urls](list-stable-urls.md)

### Create

- [POST /api/disaster-recovery/v1/{parent=accounts/*}/stable-urls](create-stable-url.md)

### Delete

- [DELETE /api/disaster-recovery/v1/{name=accounts/*/stable-urls/*}](delete-stable-url.md)

