Docs Menu

atlas clusters update

On this page

  • Syntax
  • Arguments
  • Options
  • Inherited Options
  • Examples

Update a MongoDB cluster.

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 to deploy.
-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
Give Feedback
MongoDB logo
© 2021 MongoDB, Inc.

About

  • Careers
  • Investor Relations
  • Legal Notices
  • Privacy Notices
  • Security Information
  • Trust Center
© 2021 MongoDB, Inc.