gcloud alpha compute recoverable-snapshots recover

NAME
gcloud alpha compute recoverable-snapshots recover - recovers a Compute Engine recoverable snapshot
SYNOPSIS
gcloud alpha compute recoverable-snapshots recover RECOVERABLE_SNAPSHOT_NAME [--snapshot-name=SNAPSHOT_NAME] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Recovers the specified global recoverable snapshot. If --snapshot-name is provided, the snapshot will be recovered with that name. Otherwise, it will be recovered with the original name.
EXAMPLES
To recover a recoverable snapshot named recoverable-snapshot-1 with the original name, run:
gcloud alpha compute recoverable-snapshots recover recoverable-snapshot-1 To recover a recoverable snapshot named `recoverable-snapshot-1` with a new name `new-snapshot-name`, run:
gcloud alpha compute recoverable-snapshots recover recoverable-snapshot-1 --snapshot-name=new-snapshot-name
POSITIONAL ARGUMENTS
RECOVERABLE_SNAPSHOT_NAME
Name of the recoverable-snapshot to recover.
FLAGS
--snapshot-name=SNAPSHOT_NAME
Name of the snapshot after the recovery. If not provided, the snapshot will be recovered with the original name.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

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. This variant is also available:
gcloud beta compute recoverable-snapshots recover