Deleting a Discovery Schedule
Delete a discovery schedule.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click 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
delete
command.oci cloud-bridge discovery discovery-schedule delete --discovery-schedule-id discovery_schedule_ID [OPTIONS]
The required parameters for the
delete
command 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 -h
To get help for the
delete
command, run:oci cloud-bridge discovery discovery-schedule delete -h
For 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.