gcloud beta scheduler jobs - manage Cloud Scheduler jobs
gcloud beta scheduler jobs GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) Manage Cloud Scheduler jobs.
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- create
(BETA) Create Cloud Scheduler jobs for various types of targets.
- update
(BETA) Update Cloud Scheduler jobs for various types of targets.
COMMAND is one of the following:
- delete
(BETA) Delete a job.
- describe
(BETA) Show details about a job.
- list
(BETA) List jobs.
- pause
(BETA) Pause the execution of a job.
- resume
(BETA) Resume execution of a paused job.
- run
(BETA) Trigger an on-demand execution of a job.
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud scheduler jobs
$ gcloud alpha scheduler jobs