Deleting a Replication Target

Delete a File Storage replication target.

Important

Delete a target file system's associated replication target to make the file system exportable. Deleting the replication target doesn't delete the associated replication resource, but places it in a FAILED state. You should only delete the replication target if the source file system is no longer available (such as during an outage). If the source file system is still available, delete the replication resource.
    1. Open the navigation menu and click Storage. Under File Storage, click File Systems.
    2. In the List scope section, under Compartment, select a compartment.
    3. Click the name of the file system for which you want to delete the replication target.
    4. Under Replication, Click the Replication Target name link.

      Note

      If no Replication Target name link appears in the file system's details page, it means that the file system is not a target file system.
    5. On the replication target's details page, click Delete.
    6. Confirm when prompted.
  • Use the fs replication-target delete command and required parameters to delete a replication target:

    oci fs replication-target delete --replication-target-id <replication_OCID>

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteReplicationTarget operation to delete a replication target.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.