Refreshing a Migration Plan

Refresh migration plans after the source environment or assets pricing changes. This action reruns the recommendation and displays the new cost estimates of the migration plan if the target assets are reconfigured.

    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 has the migration plan that you want to refresh.
    3. On the Migration project details page, in the Migration plans section, select the active migration plan that you want to refresh.
    4. On the Migration plan details page, from More actions, click Refresh.
    5. On the Refresh migration plan dialog box, click Refresh.
    Now, you can generate and deploy a Resource Manager stack for the migration plan.
  • To refresh a migration plan, use the refresh command.

    oci cloud-migrations migration-plan refresh --migration-plan-id migration_plan_ID [OPTIONS]

    The required parameter for the refresh 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 refresh command, run:

    oci cloud-migrations migration-plan refresh -h

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

  • To refresh a migration plan, use the RefreshMigrationPlan operation.