Disabling an Alarm

Disable an alarm in Monitoring.

For alarm troubleshooting, see Troubleshooting Alarms.

    1. On the Alarm Definitions list page, select the alarm that you want to work with. If you need help finding the list page or the alarm, see Listing Alarms.
    2. Clear the Alarm is enabled checkbox.
  • Use the oci monitoring alarm update command and required parameters to disable an alarm:

    oci monitoring alarm update --is-enabled false --alarm-id <alarm_OCID>

    For a complete list of parameters and values for CLI commands, see the Command Line Reference for Monitoring.

  • Run the UpdateAlarm operation to disable an alarm.

    When defining details for UpdateAlarmDetails, set isEnabled to false.