2022-03-01 04:29:52 +00:00
|
|
|
NAME
|
2023-11-01 10:29:29 +00:00
|
|
|
gcloud builds worker-pools delete - delete a worker pool from Cloud Build
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
SYNOPSIS
|
2024-07-17 09:30:28 +00:00
|
|
|
gcloud builds worker-pools delete WORKER_POOL [--region=REGION]
|
2022-03-01 04:29:52 +00:00
|
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
2023-11-01 10:29:29 +00:00
|
|
|
Delete a worker pool from Cloud Build.
|
2022-03-01 04:29:52 +00:00
|
|
|
|
|
|
|
|
EXAMPLES
|
|
|
|
|
To delete a worker pool named wp1 in region us-central1, run:
|
|
|
|
|
|
|
|
|
|
$ gcloud builds worker-pools delete wp1 --region=us-central1
|
|
|
|
|
|
|
|
|
|
POSITIONAL ARGUMENTS
|
|
|
|
|
WORKER_POOL
|
|
|
|
|
The ID of the worker pool to delete.
|
|
|
|
|
|
2024-07-17 09:30:28 +00:00
|
|
|
FLAGS
|
2022-03-01 04:29:52 +00:00
|
|
|
--region=REGION
|
|
|
|
|
The Cloud region where the worker pool is.
|
|
|
|
|
|
|
|
|
|
GCLOUD WIDE FLAGS
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
NOTES
|
|
|
|
|
These variants are also available:
|
|
|
|
|
|
|
|
|
|
$ gcloud alpha builds worker-pools delete
|
|
|
|
|
|
|
|
|
|
$ gcloud beta builds worker-pools delete
|
|
|
|
|
|