mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-12 16:08:31 +00:00
58 lines
1.8 KiB
Text
58 lines
1.8 KiB
Text
NAME
|
|
gcloud storage batch-operations jobs delete - delete a batch-operations job
|
|
|
|
SYNOPSIS
|
|
gcloud storage batch-operations jobs delete BATCH_JOB
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Delete the batch operation job.
|
|
|
|
EXAMPLES
|
|
To delete a batch job with the name my-job in location us-central1:
|
|
|
|
$ gcloud storage batch-operations jobs delete my-job \
|
|
--location=us-central1
|
|
|
|
To delete the same batch job with fully specified name:
|
|
|
|
$ gcloud storage batch-operations jobs delete \
|
|
projects/my-project/locations/us-central1/jobs/my-job
|
|
|
|
POSITIONAL ARGUMENTS
|
|
Batch job resource - The batch job to delete. This represents a Cloud
|
|
resource. (NOTE) Some attributes are not given arguments in this group but
|
|
can be set in other ways.
|
|
|
|
To set the project attribute:
|
|
◆ provide the argument batch_job on the command line with a fully
|
|
specified name;
|
|
◆ provide the argument --project on the command line;
|
|
◆ set the property core/project.
|
|
|
|
To set the location attribute:
|
|
◆ provide the argument batch_job on the command line with a fully
|
|
specified name;
|
|
◆ The default is global.
|
|
|
|
This must be specified.
|
|
|
|
BATCH_JOB
|
|
ID of the batch-job or fully qualified identifier for the batch-job.
|
|
|
|
To set the batch-job attribute:
|
|
▸ provide the argument batch_job on the command line.
|
|
|
|
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
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha storage batch-operations jobs delete
|
|
|