> ## 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.

# conflict

> Conflict. HTTP 409.

# `conflict`

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

Optimistic concurrency or a uniqueness constraint lost a race. Retrying the identical request can succeed.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/conflict",
  "title": "Conflict",
  "status": 409,
  "code": "conflict",
  "request_id": "req_…"
}
```

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