Docs Menu
Docs Home
/ /
MongoDB コマンドラインインターフェイス
/ / /

mongocli atlas clusters update

項目一覧

  • 構文
  • オプション
  • 継承されたオプション

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 によって生成された自動生成

戻る

始める