<aside> 💡 Region is an internal name. In the UI and elsewhere, this is Availability Zone.

</aside>

List All Regions

GET /api/admin/locations/{location_id}/regions

SCHEMA

View Region

GET /api/admin/locations/{location_id}/regions/{id}

SCHEMA

Update Region

PATCH /api/admin/locations/{location_id}/regions/{id}

Note: You may not update the name of an existing region. In a future update we will make that change possible.

SCHEMA

Create Region

POST /api/admin/locations/{location_id}/regions

SCHEMA

Delete Region