# POST /agent-ops/alerts/:id/acknowledge

**Resource:** [Agent Ops](./agent-ops.md)  
**Scopes:** `agent-ops:write`  
**Write operation:** yes

Acknowledge a fired alert.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | string | yes | Alert UUID |
| `acknowledged_by` | body | string | no | Who acknowledged it (defaults to "api") |

## Response example

```json
{ "data": { "id": "alert-uuid", "acknowledged_at": "2026-05-19T09:00:00Z", "acknowledged_by": "api" } }
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`