mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
44 lines
1,000 B
Text
44 lines
1,000 B
Text
NAME
|
|
gcloud batch jobs - manage Batch job resources
|
|
|
|
SYNOPSIS
|
|
gcloud batch jobs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
The gcloud batch jobs command group lets you submit, describe, list and
|
|
delete Batch jobs.
|
|
|
|
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.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
Delete a job.
|
|
|
|
describe
|
|
Show details of a job.
|
|
|
|
list
|
|
List jobs for a specified Batch project/location.
|
|
|
|
submit
|
|
Submit a Batch job.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha batch jobs
|
|
|
|
$ gcloud beta batch jobs
|
|
|