DETECT_NO_PROJECT

What it means. No deployable project found in this directory.

What to do. Run deploy from the directory that contains package.json, pyproject.toml, requirements.txt or Gemfile.

  • HTTP status: 422
  • Retryable after applying the fix: yes

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

{
  "ok": false,
  "code": "DETECT_NO_PROJECT",
  "message": "No deployable project found in this directory.",
  "fix": "Run deploy from the directory that contains package.json, pyproject.toml, requirements.txt or Gemfile.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/DETECT_NO_PROJECT"
}

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