Deleting an Import Appliance Request

Describes how to delete a request for an import appliance.

You can delete an appliance request before Oracle approves the request—the status must be Requested. For example, you initiated the transfer by creating a transfer job and requested an appliance, but changed your mind.

Using the Console

  1. Open the navigation menu and click Migration & Disaster Recovery. Under Data Transfer, click Imports. The Transfer Jobs page appears.

  2. Choose a Compartment you have permission to work in under List scope. All transfer jobs in that compartment are listed in tabular form.

  3. Click the transfer job whose appliance request you want to delete. The transfer job's Details page appears.

  4. Click Transfer Appliances under Resources. All appliances for that transfer job are listed in tabular form.
  5. Click the appliance whose request you want to delete. You can only delete the request when the status is Requested. The appliance's Details page appears.

  6. Click Delete.
  7. Confirm the deletion when prompted.

Using the CLI

Use the oci dts appliance delete command and required parameters to delete a request for an import appliance.

oci dts appliance delete --job-id job_id --appliance-label appliance_label [OPTIONS]

For example:

oci dts appliance delete --job-id ocid1.datatransferjob.oc1..exampleuniqueID --appliance-label XAKWEGKZ5T

Confirm the deletion when prompted.