mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
46 lines
843 B
Text
46 lines
843 B
Text
|
|
NAME
|
||
|
|
gcloud colab schedules - manage Colab Enterprise notebook execution
|
||
|
|
schedules
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud colab schedules COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
For more information about schedules, see
|
||
|
|
https://cloud.google.com/colab/docs/schedule-notebook-run.
|
||
|
|
|
||
|
|
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 Colab Enterprise notebook execution schedules.
|
||
|
|
|
||
|
|
pause
|
||
|
|
Pause a schedule.
|
||
|
|
|
||
|
|
resume
|
||
|
|
Resume a schedule.
|
||
|
|
|
||
|
|
update
|
||
|
|
Update a schedule.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud beta colab schedules
|
||
|
|
|