Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Will Not Implement
Categories Atlas CLI
Created by Guest
Created on Oct 9, 2023

Add a provider_region parameter in the "realm-cli apps create"

Hi, I noticed that there is no argument in the "realm-cli apps create" to select a region. The API already supports a provider_region parameter (https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#tag/apps/operation/adminCreateApplication). So it would nice if it was also available in the CLI to create new apps within a CI pipeline. Thanks, Agathe
  • ADMIN RESPONSE
    Oct 18, 2025
    Provider regions is supported with the new CLI tool atlas-app-services-cli ( https://www.npmjs.com/package/atlas-app-services-cli ) as follows: "" The flag is --provider-region on atlas-app-services-cli apps create and the regions supported are listed here ( https://www.mongodb.com/docs/atlas/app-services/apps/deployment-models-and-regions/#cloud-deployment-regions ). "" Take the new CLI into use with: "" npm install -g atlas-app-services-cli and then instead of realm-cli for the command, it should be appservices ""