gcloud builds cancel - cancel an ongoing build
gcloud builds cancel BUILDS [BUILDS ...] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
Cancel an ongoing build.
To cancel a build 123-456-789:
$ gcloud builds cancel '123-456-789'
You may also cancel multiple builds at the same time:
$ gcloud builds cancel '123-456-789', '987-654-321'
- BUILDS [BUILDS ...]
IDs of builds to cancel
- --region=REGION
The region of the Cloud Build Service to use. Must be set to a supported region name (e.g. us-central1). If unset, builds/region, which is the default region to use when working with Cloud Build resources, is used. If builds/region is unset, region is set to global.
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
These variants are also available:
$ gcloud alpha builds cancel
$ gcloud beta builds cancel