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

</aside>

PAGES

MAPI80: Location

MAPI80: Node

MAPI80: Region


SECTIONS

List All Regions

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


View Region

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


Update Region

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

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

</aside>


Create Region

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


Delete Region