gcloud_config_configurations_delete (1)
NAME
- gcloud config configurations delete - deletes a named configuration
SYNOPSIS
-
gcloud config configurations delete CONFIGURATION_NAMES [CONFIGURATION_NAMES ...] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
See gcloud topic configurations for an overview of named configurations.
POSITIONAL ARGUMENTS
-
- CONFIGURATION_NAMES [CONFIGURATION_NAMES ...]
-
Name of the configuration to delete. Cannot be currently active configuration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To delete a named configuration, run:
- $ gcloud config configurations delete my_config
To delete more than one configuration, run:
- $ gcloud config configurations delete my_config1 my_config2
To list existing configurations, run:
- $ gcloud config configurations list
NOTES
These variants are also available:
- $ gcloud alpha config configurations delete $ gcloud beta config configurations delete