Deleting a Replication Schedule

Delete a replication schedule for a migration.

    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 delete and select Delete.
    4. In the Delete schedule dialog box, click Delete.
  • To delete a replication schedule , use the delete command with the required parameters.

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

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

    oci cloud-migrations replication-schedule delete -h

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

  • To delete a replication schedule , use the DeleteReplicationSchedule operation.