INPUT_OBJECT

DeleteReplicationPairInput

Description

Request to delete an existing replication pairing between two Rubrik clusters. When the replication pairing is deleted, the source Rubrik cluster will no longer replicate data to the target Rubrik cluster.

link GraphQL Schema definition

  • input DeleteReplicationPairInput {
  • # Source Rubrik cluster UUID.
  • sourceClusterUuid: UUID!
  • # Target Rubrik cluster UUID.
  • targetClusterUuid: UUID!
  • }

link Require by