Deleting a Migration Project

Delete a migration project in the Oracle Cloud Migrations service.

    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 you want to delete.
    3. On the Migration project details page, from More actions, select Delete.
    4. In the Delete migration dialog box, click Delete migration.
  • 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.