Canceling an Import or Export Job
Cancel an in-progress export from a File Storage with Lustre file system or import from Object Storage.
Using the Console
Using the API
Run the StopImportFromObject or StopExportToObject operation with required attributes to cancel an import or export job.
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
To cancel an export job, use the oci lfs object-storage-link stop-export-to-object command:
oci lfs object-storage-link stop-export-to-object --object-storage-link-id [OPTIONS]To cancel an import job, use the oci lfs object-storage-link stop-import-from-object command:
oci lfs object-storage-link stop-import-from-object --object-storage-link-id [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.