Docs Menu

Docs HomeMongoDB Command Line Interface

mongocli atlas clusters update

On this page

  • Syntax
  • Arguments
  • Options
  • Inherited Options
  • Examples

Update a MongoDB Atlas cluster.

mongocli atlas clusters update [clusterName] [options]
Name
Type
Required
Description
clusterName
string
false
Name of the cluster to update.
Name
Type
Required
Description
--diskSizeGB
float
false
Capacity, in gigabytes, of the host's root volume.
-f, --file
string
false
File name to use, optional file with a json cluster configuration.
-h, --help
false
help for update
--mdbVersion
string
false
MongoDB version of the cluster.
-o, --output
string
false
Output format. Valid values are json, json-path, go-template, or go-template-file.
--projectId
string
false
Project ID to use. Overrides the settings in the configuration file or environment variable.
--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
←  mongocli atlas clusters startmongocli atlas clusters watch →