Deleting an Export Job

Delete an appliance export transfer job.

Using the Console

  1. Open the navigation menu and click Migration & Disaster Recovery. Under Data Transfer, click Exports. The Export Jobs page appears.
  2. Choose a Compartment you have permission to work in under List scope. All export jobs in that compartment are listed in tabular form.

  3. Click the export job you want to delete. The export job's Details page appears.

  4. Click Delete.

  5. Confirm the deletion.

The export job is deleted and you are returned to the export jobs page.

Using the CLI

Use the oci dts export delete command and required parameters to delete an appliance export transfer job.

oci dts export delete --job-id job_id [OPTIONS]

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

For example:

oci dts export delete --job-id ocid1.datatransferapplianceexportjob.oc1..exampleuniqueID

Confirm the deletion when prompted. The export job is deleted with no further action or return. To confirm the deletion, display the list of export jobs in the compartment. See Getting an Export Job's Details for more information.