Editing a Replication Schedule

Update the name and type of a replication schedule.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
    2. Click Replication schedules.
    3. On the Replication schedules page, click the Actions menu (Actions Menu) to the right of the schedule that you want to update and select Edit.
    4. In the Edit replication schedule panel, update the name and schedule type, and click Save changes.
  • To modify a replication schedule, use the update command with the required parameters.

    oci cloud-migrations replication-schedule update --replication-schedule-id replication_schedule_ID [OPTIONS]

    The required parameters for the update command are:

    --replication-schedule-id: Specifies the unique identifier for the required replication schedule.

    To get all the commands for replication-schedule, run:

    oci cloud-migrations replication-schedule -h

    To get help for the update command, run:

    oci cloud-migrations replication-schedule update -h

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

  • To change a replication schedule, use the UpdateReplicationSchedule operation.