Stay organized with collections
Save and categorize content based on your preferences.
This page provides instructions on how to revert a volume from a snapshot.
Before you begin
You can perform volume reversion when the volume is online and in use by clients.
Reversion can change open files without any notification to the application and
cause potential data corruption. To avoid this, we recommend that you stop all
critical applications before you perform volume reversion. Reverting takes a few
minutes.
Revert a volume from a snapshot
For volumes in an active replication relationship, only the source volume can be
reverted.
Use the following instructions to revert a volume from a snapshot using the
Google Cloud console or Google Cloud CLI:
Console
Go to the NetApp Volumes page in the Google Cloud console.
Select Revert to display information about the volume.
Select the snapshot to revert.
Verify the creation of the snapshot.
Click Revert.
A dialog appears that displays the timestamp of the snapshot to revert and
a list of the newer snapshots that disappear if you proceed with volume
reversion.
Enter the volume name in the Volume name field to confirm the revert
operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Revert a volume from a snapshot\n\nThis page provides instructions on how to revert a volume from a snapshot.\n\nBefore you begin\n----------------\n\nYou can perform volume reversion when the volume is online and in use by clients.\nReversion can change open files without any notification to the application and\ncause potential data corruption. To avoid this, we recommend that you stop all\ncritical applications before you perform volume reversion. Reverting takes a few\nminutes.\n\nRevert a volume from a snapshot\n-------------------------------\n\nFor volumes in an active replication relationship, only the source volume can be\nreverted.\n\nUse the following instructions to revert a volume from a snapshot using the\nGoogle Cloud console or Google Cloud CLI: \n\n### Console\n\n1. Go to the **NetApp Volumes page** in the Google Cloud console.\n\n[Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n\n1. Click **Volumes**.\n\n2. Click more_vert **Show more**\n to revert the volume.\n\n3. Select **Revert** to display information about the volume.\n\n4. Select the snapshot to revert.\n\n5. Verify the creation of the snapshot.\n\n6. Click **Revert**.\n\n A dialog appears that displays the timestamp of the snapshot to revert and\n a list of the newer snapshots that disappear if you proceed with volume\n reversion.\n7. Enter the volume name in the **Volume name** field to confirm the revert\n operation.\n\n8. Click **Revert**.\n\n### gcloud\n\nRevert the volume to a snapshot: \n\n```bash\ngcloud netapp volumes revert VOLUME_NAME \\\n --project=PROJECT_ID \\\n --location=LOCATION \\\n --snapshot=SNAPSHOT\n```\n\nReplace the following information:\n\n- \u003cvar translate=\"no\"\u003eVOLUME_NAME\u003c/var\u003e: the name of the volume that you want\n to revert to a specific snapshot point-in-time.\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project you want to\n revert the volume in.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location of the volume you want to\n revert.\n\n- \u003cvar translate=\"no\"\u003eSNAPSHOT\u003c/var\u003e: the name of the snapshot used in order\n to revert the 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\n[Create a new volume from a snapshot](/netapp/volumes/docs/configure-and-use/volume-snapshots/new-volume-from-snapshot)."]]