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.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
    2. On the Migrations page, select the active migration project that includes the migration plan that you want to modify.
    3. On the Migration project details page, in the Migration plans section, select the active migration plan.
    4. On the Migration plan details page, click Edit.
    5. 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.
    6. 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 Command Line Reference.

  • To update a migration plan, use the UpdateMigrationPlan operation.