Docs Menu

Docs HomeMongoDB Command Line Interface

mongocli atlas clusters update

On this page

  • Syntax
  • Options
  • Inherited Options
  • Examples

Update a MongoDB cluster.

mongocli atlas clusters update [name] [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.
Name
Type
Required
Description
-P, --profile
string
false
Profile to use from your configuration file.
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

Auto generated by cobra2snooty on 13-Jul-2021

←  mongocli atlas clusters startmongocli atlas clusters watch →
Share Feedback