Skip to main content
Version: 3.2

Clean up synchronous DR objects in OCP on bare metal

If you no longer require a disaster recovery object, you can delete it.

Perform the following steps from a location where you have oc access to the source cluster:

  1. Delete the migration schedule:
    oc delete migrationschedules <migrationschedule-name> -n <migrationnamespace>

  1. Delete the associated schedule policy :

    oc delete schedulepolicy <your-schedule-policy>
  2. Delete the cluster pair from the source cluster.

    oc delete clusterpair <migration-cluster-pair> -n <migrationnamespace>