gcloud_alpha_config_configurations_delete (1)
NAME
- gcloud alpha config configurations delete - deletes a named configuration
SYNOPSIS
-
gcloud alpha config configurations delete CONFIGURATION_NAMES [CONFIGURATION_NAMES ...] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Deletes a named configuration. You cannot delete a configuration
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 alpha config configurations delete my_config
To delete more than one configuration, run:
- $ gcloud alpha config configurations delete my_config1 my_config2
To list existing configurations, run:
- $ gcloud config configurations list
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud config configurations delete $ gcloud beta config configurations delete