Disabling an HTTP Monitor
Disable an HTTP monitor in Health Checks.
These steps show how to disable an HTTP monitor from its details page. You can also disable an HTTP monitor from the Health checks page by clicking the
to the right of the monitor name and then selecting 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 tofalse
.