Skip to content

Delete Alarm Mute Rule

cloudwatch_delete_alarm_mute_rule R Documentation

Deletes a specific alarm mute rule

Description

Deletes a specific alarm mute rule.

When you delete a mute rule, any alarms that are currently being muted by that rule are immediately unmuted. If those alarms are in an ALARM state, their configured actions will trigger.

This operation is idempotent. If you delete a mute rule that does not exist, the operation succeeds without returning an error.

Permissions

To delete a mute rule, you need the cloudwatch:DeleteAlarmMuteRule permission on the alarm mute rule resource.

Usage

cloudwatch_delete_alarm_mute_rule(AlarmMuteRuleName)

Arguments

AlarmMuteRuleName

[required] The name of the alarm mute rule to delete.

Value

An empty list.

Request syntax

svc$delete_alarm_mute_rule(
  AlarmMuteRuleName = "string"
)