Deleting an Export

On Compute Cloud@Customer, deleting an export deletes the file system path that clients use to mount the file system. Deleting an export does not delete any file systems.

Caution

When you delete an export, you can no longer mount the file system using the file path specified in the deleted export. Any clients that use the export path to mount a file system will not be able to access the file system.

    1. In the Compute Cloud@Customer Console navigation menu, select File Storage, then select File Systems.

    2. At the top of the page, select the compartment that contains the file system with the export you plan to delete.

    3. Select the name of a file system that uses the export you plan to delete.

    4. Select the Actions menu (An image of the three dot icon.) for the export, then select Delete.

    5. Confirm the deletion.

  • Use the oci fs export delete command and required parameters to delete the specified export.

    oci fs export delete --export-id <export_OCID> [OPTIONS]

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

  • Use the DeleteExport operation to delete the specified export.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.