Deleting a Discovery Schedule
Delete a discovery schedule.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Discovery.
- In the navigation panel, select Discovery schedules.
- On the discovery schedules list page, select the for schedule that you want to delete, and then select Delete.
- Confirm the deletion.
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.