Deleting a Migration Plan
Remove a migration plan from a migration project.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
- On the Migrations page, select the active migration project that includes the migration plan that you want to delete.
- On the Migration project details page, in the Migration plans section, select the active migration plan.
- On the Migration plan details page, from More actions, click Delete.
- On the Delete migration plan dialog box, click Delete migration plan.
To delete a migration plan, use the
deletecommand.oci cloud-migrations migration-plan delete --migration-plan-id migration_plan_ID [OPTIONS]The required parameter for the
deletecommand 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 -hTo get help for the
deletecommand, run:oci cloud-migrations migration-plan delete -hFor a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To delete a migration plan, use the
DeleteMigrationPlanoperation.