Deleting Links with Object Storage
You can delete a link from a File Storage with Lustre file system to an Object Storage bucket.
Note
Deleting a link immediately cancels any in progress import or export jobs between Lustre and Object Storage. Any files already imported or exported before deletion remain where they were written - deleting the link doesn't remove data from either side.
Deleting a link immediately cancels any in progress import or export jobs between Lustre and Object Storage. Any files already imported or exported before deletion remain where they were written - deleting the link doesn't remove data from either side.
Using the Console
Using the API
Run the DeleteObjectStorageLink operation with required attributes to delete links to Object Storage.
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.
Using the CLI
Use the oci lfs object-storage-link delete command and required parameters to delete a link to Object Storage:
oci lfs object-storage-link delete --object-storage-link-id <object_storage_link_ocid> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.