# RELEASE_IN_PROGRESS

**What it means.** A release to that store is already running for this app.

**What to do.** Wait for it to finish; check with the releases tool. Starting a second one would be charged twice.

- 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": "RELEASE_IN_PROGRESS",
  "message": "A release to that store is already running for this app.",
  "fix": "Wait for it to finish; check with the releases tool. Starting a second one would be charged twice.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/RELEASE_IN_PROGRESS"
}
```

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