mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-12 16:08:31 +00:00
44 lines
788 B
Text
44 lines
788 B
Text
NAME
|
|
gcloud colab runtimes - manage Colab Enterprise runtimes
|
|
|
|
SYNOPSIS
|
|
gcloud colab runtimes COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
For more information about runtimes, see
|
|
https://cloud.google.com/colab/docs/runtimes#runtimes
|
|
|
|
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 notebook runtime.
|
|
|
|
delete
|
|
Delete a runtime.
|
|
|
|
describe
|
|
Describe a runtime.
|
|
|
|
list
|
|
List your project's runtimes.
|
|
|
|
start
|
|
Start a stopped runtime.
|
|
|
|
stop
|
|
Stop a runtime.
|
|
|
|
upgrade
|
|
Upgrade a runtime.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta colab runtimes
|
|
|