mongocli Atlas集群更新
此版本的文档已存档,不再提供支持。 查看 最新文档,学习;了解如何升级MongoCLI 版本。
更新 MongoDB 集群。
语法
mongocli atlas clusters update [name] [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--diskSizeGB | float | false | 主机根卷的容量(以 GB 为单位)。 |
-f, --file | 字符串 | false | JSON要使用的文件名,具有JSON集群配置的可选文件。 |
-h,--help | false | 更新帮助 | |
--mdbVersion | 字符串 | false | 要部署的集群的MongoDB版本。 |
-o, --output | 字符串 | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--projectId | 字符串 | false | 要使用的项目ID 。 覆盖配置文件或环境变量设置。 |
--tier | 字符串 | false | 集群中每个数据承载服务器的层级。 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
示例
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
由MongoDB CLI在 8 -Jul- 2021 自动生成