gdcloud config configurations delete

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

OPTIONAL FLAGS

  -h, --help    help for delete
      --quiet   If set, quite mode ignores interactive confirmation and immediately deletes the configuration(s).