Deleting a Migration Project

Delete a migration project in the Oracle Cloud Migrations service.

    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 you want to delete.
    3. On the migration project details page, select the Actions menu and then select Delete.
    4. Confirm the deletion.
  • To delete a migration project, use the delete command.

    oci cloud-migrations migration delete --migration-id migration_ID [OPTIONS]

    The required parameter for the delete command is:

    --migration-id: Specifies the unique identifier for the migration project.

    To get all the commands for migration, run:

    oci cloud-migrations migration -h

    To get help for the delete command, run:

    oci cloud-migrations migration delete -h

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

  • To delete a migration project, use the DeleteMigration operation.