This page provides instructions for how to delete a snapshot.
Considerations
Consider the following limitations before you delete a snapshot:
-
If you delete a volume, its snapshots delete automatically as well.
-
While snapshots help improve recovery time and point objectives in a backup concept, they don't remove the need to create a second physical copy of the data. For more information, see Recovery Point Objective (RPO) .
-
You can delete manual and scheduled snapshots.
-
You can't delete internal snapshots manually.
-
Deletion fails if the last backup was created using the snapshot you want to delete.
-
Deletion fails if an existing snapshot was specified for a manual backup and that instance of the backup is the latest captured backup.
Delete a snapshot
Use the following instructions to delete a snapshot using the Google Cloud console or Google Cloud CLI:
Console
-
Go to NetApp Volumes pagein the Google Cloud console.
-
Click Volumes.
-
Select the volume you want to edit.
-
Click Show more.
-
Select Delete.
-
To confirm deletion, enter the snapshot name in the Snapshot namefield.
-
Click Delete.
gcloud
Run the following command to delete a snapshot:
gcloud netapp volumes snapshots delete NAME \ --project = PROJECT_ID \ --location = LOCATION \ --volume = VOLUME_NAME
Replace the following details:
-
NAME: the name of the snapshot you want to delete. -
PROJECT_ID: the project ID of the project you created the snapshot in. -
LOCATION: the location of the volume. -
VOLUMEthe name of the snapshot's volume.
For more options, see Google Cloud SDK documentation for NetApp Volumes volume snapshots .
What's next
Read about volume reversion .

