> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Unmute Alert Rule

Ends the muting period that's currently active for a muting rule and updates the stop time to the current server time.

<Note>
  External Documentation

  To learn more, visit the [Splunk Observability documentation](https://dev.splunk.com/observability/reference/api/incidents/latest#endpoint-unmute-single-muting-rule).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter      | Description                                                                   |
  | -------------- | ----------------------------------------------------------------------------- |
  | Muting Rule ID | The ID of a muting rule. Can be obtained from List Alert Muting Rules action. |
</div>

## Example Output

```json theme={"dark"}
{
	"created": 1556825430000,
	"creator": "AAXYAAAAAZ3",
	"description": "string",
	"filters": [
		{
			"NOT": false,
			"property": "aws_availability_zone",
			"propertyValue": "us-east-1a"
		},
		{
			"NOT": true,
			"property": "cpu.utilization",
			"propertyValue": 10.7
		},
		{
			"NOT": false,
			"property": "aws_availability_zone",
			"propertyValue": [
				"us-east-2a",
				"us-west-1a",
				"emea-west-2a"
			]
		}
	],
	"id": "string",
	"lastUpdated": 1557689430000,
	"lastUpdatedBy": "string",
	"linkedTeams": [
		"AbcdEf1ABCD",
		"FO1Vq3ABXYZ"
	],
	"sendAlertsOnceMutingPeriodHasEnded": true,
	"startTime": 0,
	"stopTime": 0
}
```

## Workflow Library Example

[Unmute Alert Rule with Splunk Observability and Send Results Via Email](https://library.blinkops.com/workflows/unmute-alert-rule-with-splunk-observability-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/unmute-alert-rule-with-splunk-observability-and-send-results-via-email/canvas" />
</div>
