mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +00:00
43 lines
751 B
Text
43 lines
751 B
Text
NAME
|
|
gcloud workbench schedules - workbench schedules command group
|
|
|
|
SYNOPSIS
|
|
gcloud workbench schedules COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Workbench schedules command group.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a schedule.
|
|
|
|
delete
|
|
Delete a schedule.
|
|
|
|
describe
|
|
Describe a schedule.
|
|
|
|
list
|
|
List your Workbench notebook execution schedules.
|
|
|
|
pause
|
|
Pause a schedule.
|
|
|
|
resume
|
|
Resume a schedule.
|
|
|
|
update
|
|
Update a schedule.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta workbench schedules
|
|
|