gcloud alpha filestore snapshots delete

NAME
gcloud alpha filestore snapshots delete - delete a Filestore snapshot
SYNOPSIS
gcloud alpha filestore snapshots delete SNAPSHOT (--region=REGION     | --zone=ZONE) [--async] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Delete a Filestore snapshot.

This command can fail for the following reasons:

  • The snapshot specified does not exist.
  • The active account does not have permission to delete the given snapshot.
EXAMPLES
The following command deletes a snapshot with the name 'my-snapshot' in the region us-central1:
gcloud alpha filestore snapshots delete my-snapshot --region=us-central1
POSITIONAL ARGUMENTS
SNAPSHOT
Arguments and flags that specify the Filestore snapshot you want to delete.
REQUIRED FLAGS
Exactly one of these must be specified:
--region=REGION
Compute region (e.g. us-central1) for the snapshot.
--zone=ZONE
Compute zone (e.g. us-central1-c) for the snapshot.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to complete.
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.

API REFERENCE
This command uses the file/v1p1alpha1 API. The full documentation for this API can be found at: https://cloud.google.com/filestore/
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.