Creating a Migration Plan
In Oracle Cloud Migrations, learn how to create a migration plan using various methods.
Using the Console
Using the CLI
To create a migration plan, use the create
command.
oci cloud-migrations migration-plan create --compartment-id target_compartment_ID --display-name migration_plan_name --migration-id migration_ID [OPTIONS]
The required parameters for the
create
command are:--compartment-id
: Specifies the OCID of the compartment name.--display-name
: Specifies a unique name for the migration plan.--migration-id
: Specifies the OCID of the associated migration.
To get all the commands for migration-plan
, run:
oci cloud-migrations migration-plan -h
To get help for the create
command, run:
oci cloud-migrations migration-plan create -h
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Using the API
To create a migration plan, use the CreateMigrationPlan
operation.