The following table describes the different states in a volume replication:
Transfer status (mirrorState)
Overall state
Preparing
The volume replication is created and the initial replication
operation begins and is in progress.
The amount of transferred data displays in Google Cloud console. Status
updates occur in five minute increments.
Mirrored
The volume replication is created and the volume replication
operation is completed.
Transferring
The volume replication is created and an incremental replication
operation is in progress. The amount of transferred data displays in
Google Cloud console. Status updates are provided in five-minute increments.
Stopped
The volume replication was stopped by the user, which allows the
destination volume to become writeable.
The size of the destination volume is set independent of the source
volume. This state is required if you want to permanently delete a
volume replication relationship.
Use the following instructions to view replication details of the source or
destination volume using either the Google Cloud console or Google Cloud CLI.
Console
Go to NetApp Volumes page in the Google Cloud console.
Click the name of the source or destination volume.
Select the Replication tab.
If the volume is part of a replication, details of the replication appear.
Google Cloud console displays the names of the source and destination volumes. The
partner volume's name appears as a clickable link which directs you to its
volume details page. For cross-project replication, the link to the partner
volume doesn't work. You need to navigate to the partner volume manually.
gcloud
View the details of a replication using the following command:
Click the source volume. The Details page appears.
Select the Replication tab.
Select Edit replication.
In the Edit replication dialog, update the replication schedule
field.
Click Save.
Delete a volume replication
When you delete a replication, it removes the replication relationship between
the source and destination volume. After the replication deletes, both volumes
continue to exist independently with the current data they contain.
Considerations
When you delete a replication, NetApp Volumes also deletes the
common replication snapshots of source and destination volume. You can't resume
a replication relationship for the two volumes again but you can create a new
replication with either of them. When you create a new replication, it
creates a new destination volume as part of the process.
Delete a replication
Use the following instructions to delete a replication using the
Google Cloud console:
Go to NetApp Volumes page in the Google Cloud console.
[[["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-08-29 UTC."],[],[],null,["# Manage volume replication\n\nThis page describes how to manage a [volume replication](/netapp/volumes/docs/protect-data/about-volume-replication#about_volume_replication).\n\nView replication details\n------------------------\n\nThe following table describes the different states in a volume replication:\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nUse the following instructions to view replication details of the source or\ndestination volume using either the Google Cloud console or 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. Click the name of the source or destination volume.\n\n4. Select the **Replication tab**.\n\n If the volume is part of a replication, details of the replication appear.\n\nGoogle Cloud console displays the names of the source and destination volumes. The\npartner volume's name appears as a clickable link which directs you to its\nvolume details page. For cross-project replication, the link to the partner\nvolume doesn't work. You need to navigate to the partner volume manually.\n\n### gcloud\n\nView the details of a replication using the following command: \n\n```bash\n gcloud netapp volumes replications list \\\n --project=PROJECT_ID \\\n --location=LOCATION \\\n --volume=VOLUME_NAME\n```\n\nReplace the following information:\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project your volume is\n in.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location of the source or\n destination volume.\n\n- \u003cvar translate=\"no\"\u003eVOLUME_NAME\u003c/var\u003e: the name of the source or destination\n volume.\n\nFor more options, see [Google Cloud SDK documentation on volume replication](/sdk/gcloud/reference/netapp/volumes/replications).\n\nEdit a volume replication\n-------------------------\n\nYou can change the replication schedule of the source volume in a replication\nrelationship.\n\nUse the following instructions to edit replication details in the\nGoogle Cloud 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. Click the source volume. The **Details page** appears.\n\n4. Select the **Replication tab**.\n\n5. Select **Edit replication**.\n\n6. In the **Edit replication** dialog, update the **replication schedule**\n field.\n\n7. Click **Save**.\n\nDelete a volume replication\n---------------------------\n\nWhen you delete a replication, it removes the replication relationship between\nthe source and destination volume. After the replication deletes, both volumes\ncontinue to exist independently with the current data they contain.\n\n### Considerations\n\nWhen you delete a replication, NetApp Volumes also deletes the\ncommon replication snapshots of source and destination volume. You can't resume\na replication relationship for the two volumes again but you can create a new\nreplication with either of them. When you create a new replication, it\ncreates a new destination volume as part of the process.\n\n### Delete a replication\n\nUse the following instructions to delete a replication using the\nGoogle Cloud 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. Click the name of the volume you want to delete.\n\n The **Details** page appears.\n4. Select the **Replication** tab.\n\n5. Make sure that the **Replication status** is set to **Stopped** . For\n instructions about how to stop a replication, see [Stop a replication](/netapp/volumes/docs/protect-data/stop-or-resume-replication#stop_a_replication).\n\n6. Click **Delete volume replication**.\n\n7. In the **Delete volume replication** dialog, enter the name of the\n destination volume.\n\n8. Click **Delete**.\n\nWhat's next\n-----------\n\n[Stop or resume a replication](/netapp/volumes/docs/protect-data/stop-or-resume-replication)."]]