NAME
gdcloud config configurations delete - Delete one or more gdcloud CLI named configurations.
SYNOPSIS
gdcloud config configurations delete CONFIGURATION_NAMES [flags]
DESCRIPTION
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
.
For more information, see the gdcloud CLI reference overview page.