Rename a gdcloud CLI named configuration.
Specify the current name of the configuration.
Use the --new-name flag to specify the new name of the configuration.
You cannot rename a configuration that is active.
EXAMPLES
To rename an existing configuration named my-config as new-config, run:
gdcloud config configurations rename my-config --new-name=new-config
REQUIRED FLAGS
--new-name string Specifies the new name of the configuration.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eRenames an existing gdcloud CLI configuration to a new name.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the current configuration name and the new name using the \u003ccode\u003e--new-name\u003c/code\u003e flag.\u003c/p\u003e\n"],["\u003cp\u003eCannot rename a configuration that is currently active.\u003c/p\u003e\n"],["\u003cp\u003eProvides an example command for renaming a configuration from \u003ccode\u003emy-config\u003c/code\u003e to \u003ccode\u003enew-config\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUses gdcloud wide flags like \u003ccode\u003e--configuration\u003c/code\u003e, \u003ccode\u003e--format\u003c/code\u003e, \u003ccode\u003e--help\u003c/code\u003e, \u003ccode\u003e--project\u003c/code\u003e, and \u003ccode\u003e--quiet\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# gdcloud config configurations rename\n\nNAME\n----\n\ngdcloud config configurations rename - Rename a gdcloud CLI named configuration.\n\nSYNOPSIS\n--------\n\n gdcloud config configurations rename CONFIGURATION_NAME [flags]\n\nDESCRIPTION\n-----------\n\nRename a gdcloud CLI named configuration.\nSpecify the current name of the configuration.\nUse the --new-name flag to specify the new name of the configuration.\nYou cannot rename a configuration that is active.\n\n### EXAMPLES\n\n To rename an existing configuration named my-config as new-config, run:\n\n gdcloud config configurations rename my-config --new-name=new-config\n\n### REQUIRED FLAGS\n\n --new-name string Specifies the new name of the configuration.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]