- NAME
-
- gcloud beta compute recoverable-snapshots recover - recovers a Compute Engine recoverable snapshot
- SYNOPSIS
-
-
gcloud beta compute recoverable-snapshots recoverRECOVERABLE_SNAPSHOT_NAME[--snapshot-name=SNAPSHOT_NAME] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)Recovers the specified global recoverable snapshot. If--snapshot-nameis 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-1with 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 helpfor details. - NOTES
-
This command is currently in beta and might change without notice. This variant
is also available:
gcloud alpha compute recoverable-snapshots recover
gcloud beta compute recoverable-snapshots recover
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-09-15 UTC.
[null,null,["Last updated 2026-09-15 UTC."],[],[]]