pd_acknowledge_alert
Acknowledge a PagerDuty incident with or without a reason. Use dry_run=true to preview the action without sending.
Instructions
Acknowledge a PagerDuty incident via the PagerDuty REST API. Safe-by-default: dry_run=True returns the intended action without sending. Requires PAGERDUTY_API_TOKEN and PAGERDUTY_FROM_EMAIL env vars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes | ||
| dry_run | No | ||
| reason | No | ||
| confirm_token | No |