mcp-server-datadog

by winor30
Verified

unmute_host

Unmute a host in Datadog

Input Schema

NameRequiredDescriptionDefault
hostnameYesThe name of the host to unmute

Input Schema (JSON Schema)

{ "properties": { "hostname": { "description": "The name of the host to unmute", "type": "string" } }, "required": [ "hostname" ], "type": "object" }