NAME
    gcloud alpha storage batch-operations jobs delete - delete a
        batch-operations job

SYNOPSIS
    gcloud alpha storage batch-operations jobs delete BATCH_JOB [--force]
        [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. 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.

FLAGS
     --force
        If set to true, any child bucket operations will also be deleted. If
        false, the request will fail if child bucket operations exist.

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. This variant is also available:

        $ gcloud storage batch-operations jobs delete

