# DEPLOY_IN_PROGRESS

**What it means.** Another deploy of this project is already running.

**What to do.** Wait for the running deployment to finish (poll status with deployment_id), then re-run deploy.

- HTTP status: 409
- Retryable after applying the fix: yes

Every failure from the CLI or an MCP tool has this shape:

```json
{
  "ok": false,
  "code": "DEPLOY_IN_PROGRESS",
  "message": "Another deploy of this project is already running.",
  "fix": "Wait for the running deployment to finish (poll status with deployment_id), then re-run deploy.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/DEPLOY_IN_PROGRESS"
}
```

Apply `fix` (edit `file` when it is given), then run the same command again.
