Docs Menu

Docs HomeLaunch & Manage MongoDBAtlas CLI

atlas config delete

On this page

  • Syntax
  • Arguments
  • Options
  • Inherited Options
  • Output
  • Examples

Delete a profile.

Command Syntax
atlas config delete <name> [options]
Name
Type
Required
Description
name
string
true
Name of the profile.
Name
Type
Required
Description
--force
false
Flag that indicates whether to skip the confirmation prompt before proceeding with the requested action.
-h, --help
false
help for delete
Name
Type
Required
Description
-P, --profile
string
false
Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings.

If the command succeeds, the CLI returns output similar to the following sample. Values in brackets represent your values.

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
← atlas config