You can use the RemoveVolumePair method to remove the remote pairing between two volumes. Use this method on both the source and target volumes that are paired together. When you remove the volume pairing information, data is no longer replicated to or from the volume.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
volumeID | ID of the volume on which to stop the replication process. | integer | None | Yes |
This method has no return value.
Requests for this method are similar to the following example:
{ "method": "RemoveVolumePair", "params": { "volumeID": 5 "id" : 1 } }
This method returns a response similar to the following example:
{ "id": 1, "result": { } }
9.6