mcp-server-datadog

by winor30
Verified

cancel_downtime

Cancel a scheduled downtime in Datadog

Input Schema

NameRequiredDescriptionDefault
downtimeIdYes

Input Schema (JSON Schema)

{ "properties": { "downtimeId": { "type": "number" } }, "required": [ "downtimeId" ], "type": "object" }