Editing a Migration Project

Update the name and replication schedule of a migration project.

    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 update.
    3. On the migration project details page, select Edit.
    4. In the Edit details panel, update the name and replication schedule, and select Save changes.
  • To modify a migration project, use the update command.

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

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

    oci cloud-migrations migration update -h

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

  • To modify a migration project, use the UpdateMigration operation.