gcloud alpha storage batch-operations jobs delete

NAME
gcloud alpha storage batch-operations jobs delete - delete a batch-operations job
SYNOPSIS
gcloud alpha storage batch-operations jobs delete (BATCH_JOB : --location=LOCATION) [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Delete the batch operation job.
EXAMPLES
To delete a batch job with the name my-job in location us-central1:
gcloud alpha storage batch-operations jobs delete my-job --location=us-central1

To delete the same batch job with fully specified name:

gcloud alpha storage batch-operations jobs delete projects/my-project/locations/us-central1/jobs/my-job
POSITIONAL ARGUMENTS
Batch job resource - The batch job to delete. The arguments in this group can be used to specify the attributes of this 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.

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.

This positional argument must be specified if any of the other arguments in this group are specified.

--location=LOCATION
Batch-operations supported Google Cloud location for the batch-job.

To set the location attribute:

  • provide the argument batch_job on the command line with a fully specified name;
  • provide the argument --location 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 command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.