Docs Menu
Docs Home
/ /
Atlas CLI
/ /

Atlas config delete

項目一覧

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

プロファイルを削除します。

コマンド構文
atlas config delete <name> [options]
名前
タイプ
必須
説明
name
string
true
プロファイルの名前。
名前
タイプ
必須
説明
-- force
false
要求されたアクションを続行する前に確認プロンプトをスキップするかどうかを示すフラグ。
-h, --help
false
削除のヘルプ
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。

Profile '<Name>' deleted
# Delete the default profile configuration:
atlas config delete default
# Skip the confirmation question and delete the default profile configuration:
atlas config delete default --force

戻る

config