NAME
    gcloud beta dataproc sessions - create and manage Dataproc sessions

SYNOPSIS
    gcloud beta dataproc sessions GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Create and manage Dataproc sessions.

    Create a session:

        $ gcloud beta dataproc sessions create

    List all sessions:

        $ gcloud beta dataproc sessions list

    List session details:

        $ gcloud beta dataproc sessions describe SESSION_ID

    Delete a session:

        $ gcloud beta dataproc sessions delete SESSION_ID

    Terminate an active session:

        $ gcloud beta dataproc sessions terminate SESSION_ID

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     create
        (BETA) Create a Dataproc session.

COMMANDS
    COMMAND is one of the following:

     delete
        (BETA) Delete a session.

     describe
        (BETA) Describe a session.

     list
        (BETA) List sessions in a project.

     terminate
        (BETA) Terminate an active session.

NOTES
    This command is currently in beta and might change without notice.

