Deleting a Replication Schedule
Delete a replication schedule for a migration.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
- Click Replication schedules.
- On the Replication schedules page, click the to the right of the schedule that you want to delete and select Delete.
- 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.