# 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. ## Servers - The root API resource and starting point for the App Services API.: https://services.cloud.mongodb.com/api/admin/v3.0 (The root API resource and starting point for the App Services API.) ## Authentication methods - Token auth ## Parameters ## Responses ### 200 A list of all available Atlas App cloud region names. #### Body: application/json (array[object]) - **id** (string) - **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** (array[string]) The [deployment models](https://www.mongodb.com/ko-kr/docs/atlas/app-services/apps/deployment-models-and-regions/#deployment-models) that this region supports. [Powered by Bump.sh](https://bump.sh)