mongocli atlas clusters update
このバージョンのドキュメントはアーカイブされており、サポートされなくなりました。 MongoCLI のバージョンをアップグレードする 方法については、 現在のドキュメント を表示してください。
MongoDB クラスターを更新します。
構文
mongocli atlas clusters update [name] [options]
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
--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 | 更新のヘルプ | |
--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 | 使用するプロジェクトID 。構成ファイルまたは環境変数の設定を上書きします。 |
--tier | string | false | Tier for each data-bearing server in the cluster. |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | 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
13 -Jul- 2021で comb 2 snoosity によって生成された自動生成