Deleting a Discovery Schedule
Delete a discovery schedule.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Discovery.
- Click Discovery schedules.
- From the list of discovery schedules, click the Actions menu 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 discovery schedules, use the
deletecommand.oci cloud-bridge discovery discovery-schedule delete --discovery-schedule-id discovery_schedule_ID [OPTIONS]The required parameters for the
deletecommand are:--discovery-schedule-id: Specifies the OCID of the discovery schedule.To get all the commands for discovery schedules, run:
oci cloud-bridge discovery discovery-schedule -hTo get help for the
deletecommand, run:oci cloud-bridge discovery discovery-schedule delete -hFor a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To delete a discovery schedules, use the DeleteDiscoverySchedule operation.