mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
36 lines
717 B
Text
36 lines
717 B
Text
|
|
NAME
|
||
|
|
gcloud colab executions - manage Colab Enterprise notebook execution jobs
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud colab executions COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
For more information about executions, 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 an execution.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete an execution.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describe an execution.
|
||
|
|
|
||
|
|
list
|
||
|
|
List your Colab Enterprise notebook execution jobs.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud beta colab executions
|
||
|
|
|