Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Halaman ini memberikan petunjuk tentang cara menghapus snapshot.
Pertimbangan
Pertimbangkan batasan berikut sebelum Anda menghapus snapshot:
Jika Anda menghapus volume, snapshotnya juga akan dihapus secara otomatis.
Meskipun snapshot membantu meningkatkan tujuan waktu pemulihan dan titik dalam konsep pencadangan, snapshot tidak menghilangkan kebutuhan untuk membuat salinan fisik kedua dari data. Untuk mengetahui informasi selengkapnya, lihat Toleransi Jumlah Data yang Hilang (RPO).
Anda dapat menghapus snapshot manual dan terjadwal.
Anda tidak dapat menghapus snapshot internal secara manual.
Penghapusan gagal jika cadangan terakhir dibuat menggunakan snapshot yang ingin
dihapus.
Penghapusan akan gagal jika snapshot yang ada ditentukan untuk pencadangan manual dan
instance cadangan tersebut adalah cadangan terbaru yang diambil.
Menghapus snapshot
Gunakan petunjuk berikut untuk menghapus snapshot menggunakan Google Cloud konsol
atau Google Cloud CLI:
Konsol
Buka halaman NetApp Volumes di konsol Google Cloud .
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 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)."]]