NAME
    gcloud alpha scheduler jobs - manage Cloud Scheduler jobs

SYNOPSIS
    gcloud alpha scheduler jobs GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Manage Cloud Scheduler jobs.

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     create
        (ALPHA) Create Cloud Scheduler jobs for various types of targets.

     update
        (ALPHA) Update Cloud Scheduler jobs for various types of targets.

COMMANDS
    COMMAND is one of the following:

     delete
        (ALPHA) Delete a job.

     describe
        (ALPHA) Show details about a job.

     list
        (ALPHA) List jobs.

     pause
        (ALPHA) Pause the execution of a job.

     resume
        (ALPHA) Resume execution of a paused job.

     run
        (ALPHA) Trigger an on-demand execution of a job.

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 scheduler jobs

        $ gcloud beta scheduler jobs

