Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Nesta página, fornecemos instruções sobre como excluir um snapshot.
Considerações
Considere as seguintes limitações antes de excluir um snapshot:
Se você excluir um volume, os snapshots dele também serão excluídos automaticamente.
Embora os snapshots ajudem a melhorar o tempo de recuperação e os objetivos de ponto em um conceito de backup, eles não eliminam a necessidade de criar uma segunda cópia física dos dados. Para mais informações, consulte Objetivo de ponto de recuperação (RPO).
É possível excluir snapshots manuais e programados.
Não é possível excluir snapshots internos manualmente.
A exclusão falha se o último backup foi criado usando o snapshot que você quer
excluir.
A exclusão falha se um snapshot foi especificado para um backup manual e essa instância do backup é a mais recente capturada.
Excluir um snapshot
Use as instruções a seguir para excluir um snapshot usando o console Google Cloud
ou a Google Cloud CLI:
Console
Acesse a página do NetApp Volumes no console do Google Cloud .
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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)."]]