CloudWatch / Client / delete_alarm_mute_rule
delete_alarm_mute_rule¶
- CloudWatch.Client.delete_alarm_mute_rule(**kwargs)¶
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:DeleteAlarmMuteRulepermission on the alarm mute rule resource.See also: AWS API Documentation
Request Syntax
response = client.delete_alarm_mute_rule( AlarmMuteRuleName='string' )
- Parameters:
AlarmMuteRuleName (string) –
[REQUIRED]
The name of the alarm mute rule to delete.
- Returns:
None