Deleting a Discovery Schedule

Delete a discovery schedule.

    1. Open the navigation menu  and select Migration & Disaster Recovery. Under Cloud Migrations, select Discovery.
    2. In the navigation panel, select Discovery schedules.
    3. On the discovery schedules list page, select the Actions menu (three dots) for schedule that you want to delete, and then select Delete.
    4. Confirm the deletion.
  • 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.