Deleting a Discovery Schedule

Delete a discovery schedule.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Discovery.
    2. Click Discovery schedules.
    3. From the list of discovery schedules, click the 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 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.