# PATCH /event-queues/:queue_id

**Resource:** [Auto Queues](./auto-queues.md)  
**MCP tool:** `update_auto_queue`  
**Scopes:** `automations:write`  
**Write operation:** yes

Update an event queue.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `queue_id` | path | string | yes |  |
| `name` | body | string | no |  |
| `description` | body | string | no |  |
| `respect_business_hours` | body | boolean | no | Respect business hours: when true, steps only send during the workspace business-hours window (held to the next window otherwise). Defaults to false. |

## Request example

```bash
curl -X PATCH   "https://api.trustpager.com/functions/v1/api/v1/event-queues/:queue_id"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"name":"...","description":"..."}'
```

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