Skip to main content
Version: 3.3

Clean up disaster recovery objects

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

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

  1. Delete the migration schedule:

    kubectl delete migrationschedules <migrationschedule-name> -n <migrationnamespace>
    note

    Once a migrationschedule object is deleted, also delete all associated migration objects that you retrieved in step 2 of the previous section.

  2. Delete the associated schedule policy:

    kubectl delete schedulepolicy <your-schedule-policy>
  3. Delete the cluster pair from the source cluster:

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