gcloud beta compute recoverable-snapshots delete

NAME
gcloud beta compute recoverable-snapshots delete - delete Compute Engine recoverable snapshots
SYNOPSIS
gcloud beta compute recoverable-snapshots delete RECOVERABLE_SNAPSHOT_NAME [RECOVERABLE_SNAPSHOT_NAME …] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) gcloud beta 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 beta 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 beta compute recoverable-snapshots list command.

gcloud beta 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 beta and might change without notice. This variant is also available:
gcloud alpha compute recoverable-snapshots delete