v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-09181183330.0 KB
deploy

List all available Atlas App cloud regions

Return a list of all supported cloud regions in which you can deploy an Atlas App.

get/provider_regions

Response

A list of all available Atlas App cloud region names.

namestring

A descriptive name for the region.

cloud_providerstring

The cloud provider that hosts the region.

countrystring

The country where the region is physically hosted.

deployment_modelsDeploymentModel[]

The deployment models that this region supports.

Example response

[
  {
    "name": "Virginia (us-east-1)",
    "cloud_provider": "aws",
    "country": "usa",
    "deployment_models": [
      "GLOBAL",
      "LOCAL"
    ]
  }
]