v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBlocations
List deployment regions
Returns all deployment regions with their current availability status and supported hardware flavors. Use this to discover where resources can be deployed.
get/locations
Response
successful operation
Example response
[
{
"continent": "NA",
"country": "US",
"flavors": [
{
"name": "t4",
"type": "cpu"
}
],
"location": "Portland",
"region": "us-pdx-1",
"status": "healthy"
}
]