Delete one or more gdcloud CLI named configurations.
Specify the names of all the configurations you want to delete.
You cannot delete a configuration that is active.
EXAMPLES
To delete two configurations, my-config1 and my-config2, run:
gdcloud config configurations delete my-config1 my-config2
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-03-05 UTC."],[[["The `gdcloud config configurations delete` command removes specified named configurations from the gdcloud CLI."],["Multiple configurations can be deleted at once by listing their names after the command."],["An active configuration cannot be deleted."],["The command accepts the names of the configurations to delete as arguments."],["Several global flags, such as `--configuration`, `--format`, `--help`, `--project`, and `--quiet`, are applicable to this command."]]],[]]