Editing a Migration Plan
Modify migration plans to update details for the target asset environment. The recommendation engine provides new cost estimates for the migration plan, where applicable.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
- On the Migrations page, select the active migration project that includes the migration plan that you want to change.
- On the Migration project details page, in the Migration plans section, select the active migration plan.
- On the Migration plan details page, click Edit.
- In the Edit migration plan panel, update the name, target compartment, migration strategies, and target environment. For more information about these fields, see Creating a Migration Plan.
- Click Save changes.
To update a migration plan, use the
update
command.oci cloud-migrations migration-plan update --migration-plan-id migration_plan_ID [OPTIONS]
The required parameter for the
update
command is:--migration-plan-id
: Specifies the unique OCID of the migration plan.To get all the commands for
migration-plan
, run:oci cloud-migrations migration-plan -h
To get help for the
update
command, run:oci cloud-migrations migration-plan update -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To update a migration plan, use the
UpdateMigrationPlan
operation.