> ## Documentation Index
> Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# conflict

> Request conflicts with current state

|                 |                |
| --------------- | -------------- |
| **HTTP status** | `409 Conflict` |
| **Error code**  | `conflict`     |

## What happened

The request cannot be completed because it conflicts with the current state of the resource — for example, creating something with an identifier or name that already exists.

## How to fix

Reconcile the intended state with the current state (fetch the resource, pick a non-conflicting value, or apply the change to the existing record) and retry.
