PROJECT_NOT_FOUND
What it means. No project with that id exists.
What to do. Check deploy.json in the project root, or run list_projects.
- HTTP status: 404
- Retryable after applying the fix: no
Every failure from the CLI or an MCP tool has this shape:
{
"ok": false,
"code": "PROJECT_NOT_FOUND",
"message": "No project with that id exists.",
"fix": "Check deploy.json in the project root, or run list_projects.",
"file": "<where to edit, when known>",
"retryable": false,
"docs": "https://docs.uarpie.app/errors/PROJECT_NOT_FOUND"
}
Apply fix (edit file when it is given), then run the same command again.