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 {
  • # Force delete the replication pair. ForceDelete is set to true when the source
  • # cluster is not reachable and user wants to delete the replication pair.
  • forceDelete: Boolean
  • # Source Rubrik cluster UUID.
  • sourceClusterUuid: UUID!
  • # Target Rubrik cluster UUID.
  • targetClusterUuid: UUID!
  • }

link Require by