NAME
    gcloud alpha compute reservations - manage Compute Engine reservations

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

DESCRIPTION
    (ALPHA) 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
        (ALPHA) Manage Compute Engine reservation blocks.

     slots
        (ALPHA) Manage Compute Engine reservation slots.

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

COMMANDS
    COMMAND is one of the following:

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

     create
        (ALPHA) Create a Compute Engine reservation.

     delete
        (ALPHA) Delete a Compute Engine reservation.

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

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

     list
        (ALPHA) List Compute Engine reservations.

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

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

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

     update
        (ALPHA) Update Compute Engine reservations.

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud compute reservations

        $ gcloud beta compute reservations

