Docs Home → MongoDB Command Line Interface
mongocli atlas clusters
On this page
mongocli atlas
commands are now deprecated because there's a new, dedicated CLI available for Atlas users. Migrate to the Atlas CLI to enjoy the same capabilities and the latest features. You can use mongocli atlas
commands until April 30, 2023.Manage clusters for your project.
The clusters command provides access to your cluster configurations. You can create, edit, and delete clusters.
Options
Name | Type | Required | Description |
---|---|---|---|
-h, --help | false | help for clusters |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Name of the profile to use from your configuration file. To learn about profiles for MongoCLI, see https://dochub.mongodb.org/core/atlas-cli-configuration-file. |
Related Commands
mongocli atlas clusters connectionStrings - Manage MongoDB cluster connection string.
mongocli atlas clusters create - Create a cluster for your project.
mongocli atlas clusters delete - Remove the specified cluster from your project.
mongocli atlas clusters describe - Return the details for the specified cluster for your project.
mongocli atlas clusters indexes - Manage cluster rolling indexes for your project.
mongocli atlas clusters list - Return all clusters for your project.
mongocli atlas clusters loadSampleData - Load sample data into the specified cluster for your project.
mongocli atlas clusters onlineArchives - Manage online archives for your cluster.
mongocli atlas clusters pause - Pause the specified running MongoDB cluster.
mongocli atlas clusters search - Manage Atlas Search for your cluster.
mongocli atlas clusters start - Start the specified paused MongoDB cluster.
mongocli atlas clusters update - Modify the settings of the specified cluster.
mongocli atlas clusters watch - Watch the specified cluster in your project until it becomes available.