gcloud storage batch-operations jobs delete

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