Moving an Appliance Import Transfer Job Between Compartments

Move an appliance import transfer job between compartments.

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 link under Transfer Jobs for the transfer job that you want to move. The transfer job's Details page appears.

  4. Click Move Resource. The Move Resource to a Different Compartment dialog box appears.

  5. Select the compartment you want to which you want to move the transfer job from the list.

  6. Click Move Resource.

You are returned to the Details page for that transfer job.

Using the CLI

Use the oci dts job change-compartment command and required parameters to move an appliance import transfer job between compartments.

oci dts job change-compartment --job-id job_id compartment-id compartment_id [OPTIONS]

compartment_id is the compartment to which the data transfer job is being moved.

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