Docs Menu
Docs Home
/ /
Atlas CLI
/ /

atlas config rename

Rename a profile.

Public Preview: The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli). Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.

Command Syntax
atlas config rename <oldProfileName> <newProfileName> [options]
Name
Type
Required
Description

oldProfileName

string

true

Name of the profile to rename.

newProfileName

string

true

New name of the profile.

Name
Type
Required
Description

-h, --help

false

help for rename

Name
Type
Required
Description

-P, --profile

string

false

# Rename a profile called myProfile to testProfile:
atlas config rename myProfile testProfile

Back

list

On this page