NAME
    gcloud beta compute reservations - manage Compute Engine reservations

SYNOPSIS
    gcloud beta compute reservations GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Manage Compute Engine reservations.

    For more information about reservations, see the reservations documentation
    (https://cloud.google.com/compute/docs/instances/reserving-zonal-resources).

    See also: Reservations API
    (https://cloud.google.com/compute/docs/reference/rest/v1/reservations).

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     blocks
        (BETA) Manage Compute Engine reservation blocks.

     slots
        (BETA) Manage Compute Engine reservation slots.

     sub-blocks
        (BETA) Manage Compute Engine reservation sub blocks.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        (BETA) Add IAM policy binding to a Compute Engine reservation.

     create
        (BETA) Create a Compute Engine reservation.

     delete
        (BETA) Delete a Compute Engine reservation.

     describe
        (BETA) Show details about a Compute Engine reservation.

     get-iam-policy
        (BETA) Get the IAM policy for a Compute Engine reservation.

     list
        (BETA) List Compute Engine reservations.

     perform-maintenance
        (BETA) Perform maintenance on a reservation, only applicable to
        reservations with reservation blocks.

     remove-iam-policy-binding
        (BETA) Remove IAM policy binding from a Compute Engine reservation.

     set-iam-policy
        (BETA) Set the IAM policy for a Compute Engine reservation.

     update
        (BETA) Update Compute Engine reservations.

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

        $ gcloud compute reservations

        $ gcloud alpha compute reservations

