---
title: "Unmute a host"
method: POST
path: "/api/v1/host/{host_name}/unmute"
tags: ["Hosts"]
---

# Unmute a host

`POST /api/v1/host/{host_name}/unmute`

Unmutes a host. This endpoint takes no JSON arguments.

## Path parameters

- `host_name` string, required

## Response `200`

OK

- HostMuteResponse — Response with the list of muted host for your organization.
  - `action` string — Action applied to the hosts.
  - `end` integer — POSIX timestamp in seconds when the host is unmuted.
  - `hostname` string — The host name.
  - `message` string — Message associated with the mute.

## Other responses

- `400` — Invalid Parameter Error
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v1.md) · [All operations](https://skmtc.net/datadog/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v1/revisions/ca5871004d26/schema)
