Deleting a Migration Plan
Remove a migration plan from a migration project.
- 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 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
delete
command.oci cloud-migrations migration-plan delete --migration-plan-id migration_plan_ID [OPTIONS]
The required parameter for the
delete
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
delete
command, run:oci cloud-migrations migration-plan delete -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To delete a migration plan, use the
DeleteMigrationPlan
operation.