Editing a Migration Project
Update the name and replication schedule of a migration project.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
- On the Migrations page, click the active migration project that you want to update.
- On the Migration project details, click Edit.
- In the Edit details panel, update the name and replication schedule, and click Save changes.
To modify a migration project, use the
updatecommand.oci cloud-migrations migration update --migration-id migration_ID [OPTIONS]The required parameter for the
updatecommand is:--migration-id: Specifies the unique identifier for the migration project.To get all the commands for
migration, run:oci cloud-migrations migration -hTo get help for the
updatecommand, run:oci cloud-migrations migration update -hFor a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To modify a migration project, use the
UpdateMigrationoperation.