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
-
Open the navigation menu and click Migration & Disaster Recovery. Under Data Transfer, click Imports. The Transfer Jobs page appears.
-
Choose a Compartment you have permission to work in under List scope. All transfer jobs in that compartment are listed in tabular form.
-
Click the transfer job whose appliance request you want to delete. The transfer job's Details page appears.
- Click Transfer Appliances under Resources. All appliances for that transfer job are listed in tabular form.
-
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.
- Click Delete.
-
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.