gcloud alpha compute recoverable-snapshots delete

NAME
gcloud alpha compute recoverable-snapshots delete - delete Compute Engine recoverable snapshots
SYNOPSIS
gcloud alpha compute recoverable-snapshots delete RECOVERABLE_SNAPSHOT_NAME [RECOVERABLE_SNAPSHOT_NAME …] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) gcloud alpha compute recoverable-snapshots delete deletes one or more Compute Engine recoverable snapshots.
EXAMPLES
To delete Compute Engine recoverable snapshots with the names 'recoverable-snapshot-1' and 'recoverable-snapshot-2', run:
gcloud alpha compute recoverable-snapshots delete recoverable-snapshot-1 recoverable-snapshot-2

To list all recoverable snapshots that were created before a specific date, use the --filter flag with the gcloud alpha compute recoverable-snapshots list command.

gcloud alpha compute recoverable-snapshots list --filter="creationTimestamp<'2017-01-01'"

For more information on how to use --filter with the list command, run $ gcloud topic filters.

POSITIONAL ARGUMENTS
RECOVERABLE_SNAPSHOT_NAME [RECOVERABLE_SNAPSHOT_NAME …]
Names of the recoverable-snapshots to delete.
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 delete