opsgenie_close_alert
Close an OpsGenie alert by ID, with optional note and reason. Use dry_run to verify the action without sending.
Instructions
Close an OpsGenie alert via the OpsGenie REST API. Safe-by-default: dry_run=True returns the intended action without sending. Requires OPSGENIE_API_KEY env var.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | ||
| note | No | ||
| dry_run | No | ||
| reason | No | ||
| confirm_token | No |