locations
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"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.