v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
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

continentstring

Continent of the location

countrystring

Country of the location

locationstring

Name of the location

regionstring

Region of the location

statusstring

Status of the location

Example response

[
  {
    "continent": "NA",
    "country": "US",
    "flavors": [
      {
        "name": "t4",
        "type": "cpu"
      }
    ],
    "location": "Portland",
    "region": "us-pdx-1",
    "status": "healthy"
  }
]