mongocli atlas clusters update
On this page
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoCLI.
Update a MongoDB cluster.
Syntax
mongocli atlas clusters update [clusterName] [options]
Arguments
Name | Type | Required | Description |
---|---|---|---|
clusterName | string | false | Name of the cluster to update. |
Options
Name | Type | Required | Description |
---|---|---|---|
--diskSizeGB | float | false | Capacity, in gigabytes, of the host’s root volume. |
-f, --file | string | false | Filename to use, optional file with a json cluster configuration. |
-h, --help | false | help for update | |
--mdbVersion | string | false | MongoDB version of the cluster to deploy. |
-o, --output | string | false | Output format.
Valid values: json|json-path|go-template|go-template-file |
--projectId | string | false | Project ID to use. Overrides configuration file or environment variable settings. |
--tier | string | false | Tier for each data-bearing server in the cluster. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |
Examples
Update tier for a cluster $ mongocli atlas cluster update <clusterName> --projectId <projectId> --tier M50 Update disk size for a cluster $ mongocli atlas cluster update <clusterName> --projectId <projectId> --diskSizeGB 20 Update MongoDB version for a cluster $ mongocli atlas cluster update <clusterName> --projectId <projectId> --mdbVersion 4.2