NAME
    gcloud alpha batch - manage Batch resources

SYNOPSIS
    gcloud alpha batch GROUP [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) The gcloud batch command group lets you submit Batch jobs and
    manipulate Batch jobs and tasks.

    With Batch, you can utilize the fully managed service to schedule, queue,
    and execute batch jobs on Google's infrastructure.

    For more information about Batch, see the Batch overview
    (https://cloud.google.com/batch) and the Batch documentation
    (https://cloud.google.com/batch/docs/).

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     jobs
        (ALPHA) Manage Batch job resources.

     resource-allowances
        (ALPHA) Manage Batch resource allowance resources.

     tasks
        (ALPHA) Manage Batch task resources.

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. These variants are also available:

        $ gcloud batch

        $ gcloud beta batch

