NAME
    gcloud beta colab runtimes - manage Colab Enterprise runtimes

SYNOPSIS
    gcloud beta colab runtimes COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) 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
        (BETA) Create a notebook runtime.

     delete
        (BETA) Delete a runtime.

     describe
        (BETA) Describe a runtime.

     list
        (BETA) List your project's runtimes.

     start
        (BETA) Start a stopped runtime.

     stop
        (BETA) Stop a runtime.

     upgrade
        (BETA) Upgrade a runtime.

NOTES
    This command is currently in beta and might change without notice. This
    variant is also available:

        $ gcloud colab runtimes

