Editing a Migration Project

Update the name and replication schedule of a migration project.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
    2. On the Migrations page, click the active migration project that you want to update.
    3. On the Migration project details, click Edit.
    4. In the Edit details panel, update the name and replication schedule, and click 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.