Skip to main content
Element Software
A newer release of this product is available.

RemoveVolumePair

Contributors netapp-pcarriga netapp-dbagwell

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.

Parameter

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

Return value

This method has no return value.

Request example

Requests for this method are similar to the following example:

{
   "method": "RemoveVolumePair",
   "params": {
      "volumeID": 5
   "id" : 1
   }
}

Response example

This method returns a response similar to the following example:

{
   "id": 1,
   "result": {
   }
}

New since version

9.6