gcloud_beta_app_services_delete (1)
NAME
- gcloud beta app services delete - delete services in the current project
SYNOPSIS
-
gcloud beta app services delete SERVICES [SERVICES ...] [--version=VERSION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Delete services in the current project.
POSITIONAL ARGUMENTS
-
- SERVICES [SERVICES ...]
-
- The service(s) to delete.
- The service(s) to delete.
FLAGS
-
- --version=VERSION
-
Delete a specific version of the given service(s).
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 service (and all of its accompanying versions) in the current project, run:
- $ gcloud beta app services delete service1
To delete multiple services (and all of their accompanying versions) in the current project, run:
- $ gcloud beta app services delete service1 service2
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud app services delete