---
title: "List all available Atlas App cloud regions"
method: GET
path: "/provider_regions"
tags: ["deploy"]
---

# List all available Atlas App cloud regions

`GET /provider_regions`

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

## Response `200`

A list of all available Atlas App cloud region names.

- CloudProviderRegion[]
  - `id` union
    - 'aws-us-east-1' | 'aws-us-west-2' | 'aws-us-east-2' | 'aws-eu-central-1' | 'aws-eu-west-1' | 'aws-eu-west-2' | 'aws-ap-southeast-1' | 'aws-ap-southeast-2' | 'aws-ap-south-1' | 'aws-sa-east-1'
    - 'azure-eastus2' | 'azure-westus' | 'azure-westeurope' | 'azure-eastasia' | 'azure-southeastasia'
    - 'gcp-us-central1' | 'gcp-us-east4' | 'gcp-us-west1' | 'gcp-europe-west1' | 'gcp-asia-south1'
  - `name` string — A descriptive name for the region.
  - `cloud_provider` string — The cloud provider that hosts the region.
  - `country` string — The country where the region is physically hosted.
  - `deployment_models` DeploymentModel[] — The [deployment models](https://www.mongodb.com/docs/atlas/app-services/apps/deployment-models-and-regions/#deployment-models) that this region supports.

---

[API](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
