Disabling an Alarm
Disable an alarm in Monitoring.
For alarm troubleshooting, see Troubleshooting Alarms.
- Open the navigation menu and click Observability & Management. Under Monitoring, click Alarm Definitions.
- Click the name of the alarm that you want.
- On the alarm details page, clear Alarm is enabled.
Use the oci monitoring alarm update command and required parameters to disable an alarm:
oci monitoring alarm update --is-enabled false [OPTIONS]
For a complete list of flags and variable options 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
tofalse
.