Disabling an HTTP Monitor

Disable an HTTP monitor in Health Checks.

    1. On the Health checks list page, find the HTTP monitor that you want to work with. If you need help finding the list page or the HTTP monitor, see Listing HTTP Monitors.
    2. From the Actions menu (Actions Menu) for the HTTP monitor, select Disable.
    3. In the Disable health check dialog box, select Disable.
  • Use the oci health-checks http-monitor update command and required parameters to disable an HTTP monitor:

    oci health-checks http-monitor update --is-enabled false --monitor-id <http_monitor_OCID>

    For a complete list of parameters and values for CLI commands, see the CLI for Health Checks.

  • Run the UpdateHttpMonitor operation to disable an HTTP monitor by setting the isEnabled attribute to false.