> ## Documentation Index
> Fetch the complete documentation index at: https://cortex-foundation-add13747-droid-2a5c5e50-docs-ferndesk-pro.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# service_unavailable

> Temporarily unavailable. HTTP 503.

|           |                                                               |
| --------- | ------------------------------------------------------------- |
| 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_…"
}
```

## Related

* [Errors](/api/errors) — how to branch on `code`, and what not to render from `detail`.
* [Problem catalog](/problems) — every code, its status, and whether retrying helps.
* [Troubleshooting](/getting-started/troubleshooting) — what a message in the product means.
