mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 17:05:28 +00:00
51 lines
942 B
Text
51 lines
942 B
Text
NAME
|
|
gcloud scheduler jobs - manage Cloud Scheduler jobs
|
|
|
|
SYNOPSIS
|
|
gcloud scheduler jobs GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Create Cloud Scheduler jobs for various types of targets.
|
|
|
|
update
|
|
Update Cloud Scheduler jobs for various types of targets.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
Delete a job.
|
|
|
|
describe
|
|
Show details about a job.
|
|
|
|
list
|
|
List jobs.
|
|
|
|
pause
|
|
Pause the execution of a job.
|
|
|
|
resume
|
|
Resume execution of a paused job.
|
|
|
|
run
|
|
Trigger an on-demand execution of a job.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha scheduler jobs
|
|
|
|
$ gcloud beta scheduler jobs
|
|
|