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 select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
    2. On the Migrations projects list page, select the active migration project that includes the migration plan that you want to change.
    3. On the migration project details page, select Migration plans.
    4. Select an active migration plan.
    5. On the migration plan details page, select the Actions menu and then select Edit.
    6. 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.
    7. Select 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.