gcloud beta compute recoverable-snapshots recover

NAME
gcloud beta compute recoverable-snapshots recover - recovers a Compute Engine recoverable snapshot
SYNOPSIS
gcloud beta compute recoverable-snapshots recover RECOVERABLE_SNAPSHOT_NAME [--snapshot-name=SNAPSHOT_NAME] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) 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 beta 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 beta 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 beta and might change without notice. This variant is also available:
gcloud alpha compute recoverable-snapshots recover