Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite finden Sie eine Anleitung zum Löschen eines Snapshots.
Hinweise
Beachten Sie die folgenden Einschränkungen, bevor Sie einen Snapshot löschen:
Wenn Sie ein Volume löschen, werden auch die zugehörigen Snapshots automatisch gelöscht.
Snapshots tragen zwar dazu bei, die Wiederherstellungszeit und die Wiederherstellungspunkte in einem Sicherungskonzept zu verbessern, machen aber nicht die Notwendigkeit einer zweiten physischen Kopie der Daten zunichte. Weitere Informationen finden Sie unter Recovery Point Objective (RPO).
Sie können manuelle und geplante Snapshots löschen.
Interne Snapshots können nicht manuell gelöscht werden.
Das Löschen schlägt fehl, wenn die letzte Sicherung mit dem Snapshot erstellt wurde, den Sie löschen möchten.
Das Löschen schlägt fehl, wenn für eine manuelle Sicherung ein vorhandener Snapshot angegeben wurde und diese Instanz der Sicherung die letzte erstellte Sicherung ist.
Snapshot löschen
So löschen Sie einen Snapshot mit der Google Cloud Console oder der Google Cloud CLI:
Console
Rufen Sie in der Google Cloud Console die Seite „NetApp Volumes“ auf.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-03 (UTC)."],[],[],null,["# Delete a snapshot\n\nThis page provides instructions for how to delete a snapshot.\n\nConsiderations\n--------------\n\nConsider the following limitations before you delete a snapshot:\n\n- If you delete a volume, its snapshots delete automatically as well.\n\n- While snapshots help improve recovery time and point objectives in a backup\n concept, they don't remove the need to create a second physical copy of the\n data. For more information, see [Recovery Point Objective (RPO)](/netapp/volumes/docs/protect-data/about-volume-replication#recovery_point_objective_rpo).\n\n- You can delete manual and scheduled snapshots.\n\n- You can't delete internal snapshots manually.\n\n- Deletion fails if the last backup was created using the snapshot you want to\n delete.\n\n- Deletion fails if an existing snapshot was specified for a manual backup and\n that instance of the backup is the latest captured backup.\n\n### Delete a snapshot\n\nUse the following instructions to delete a snapshot using the Google Cloud console\nor Google Cloud CLI: \n\n### Console\n\n1. Go to **NetApp Volumes page** in the Google Cloud console.\n\n [Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n2. Click **Volumes**.\n\n3. Select the volume you want to edit.\n\n4. Click more_vert\n **Show more**.\n\n5. Select **Delete**.\n\n6. To confirm deletion, enter the snapshot name in the **Snapshot name**\n field.\n\n7. Click **Delete**.\n\n### gcloud\n\nRun the following command to delete a snapshot: \n\n```bash\n gcloud netapp volumes snapshots delete NAME \\\n --project=PROJECT_ID \\\n --location=LOCATION \\\n --volume=VOLUME_NAME\n```\n\nReplace the following details:\n\n- \u003cvar translate=\"no\"\u003eNAME\u003c/var\u003e: the name of the snapshot you want to delete.\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the project ID of the project you\n created the snapshot in.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location of the volume.\n\n- \u003cvar translate=\"no\"\u003eVOLUME\u003c/var\u003e the name of the snapshot's volume.\n\nFor more options, see [Google Cloud SDK documentation for NetApp Volumes volume snapshots](/sdk/gcloud/reference/netapp/volumes/snapshots).\n\nWhat's next\n-----------\n\nRead about [volume reversion](/netapp/volumes/docs/configure-and-use/volume-snapshots/revert-volume)."]]