> ## Documentation Index
> Fetch the complete documentation index at: https://cortex-foundation-add13747-droid-1a2462c9-cor-444-sanitize.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# service_unavailable

> Temporarily unavailable. HTTP 503.

# `service_unavailable`

|           |                                                               |
| --------- | ------------------------------------------------------------- |
| HTTP      | `503`                                                         |
| `code`    | `service_unavailable`                                         |
| `type`    | `https://docs.cortex.foundation/problems/service_unavailable` |
| Retryable | yes                                                           |

Deliberately shedding load, draining for deploy, or a required dependency is not configured. Chat compaction that cannot summarise fails closed with this code rather than dropping turns.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/service_unavailable",
  "title": "Temporarily unavailable",
  "status": 503,
  "code": "service_unavailable",
  "request_id": "req_…"
}
```

See [Errors](/api/errors) for how to branch, and what not to render from `detail`.
