#How to remove a stale local dev backend from the dashboard?
1 messages · Page 1 of 1 (latest)
Hi @vale oracle. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The knowledge sources don’t describe how “Local Backend” entries are created/removed in the dashboard, nor any explicit timeout or manual “disconnect” control for them. I can’t say for sure how long they persist or exactly when they disappear.
What is documented:
- Local backends started by
npx convex devrun as a subprocess and “exit when that command is stopped”; their state is stored under~/.convex/. [Local deployments] - Local deployments are treated as development deployments attached to a project and are visible in the dashboard, but there’s no mention of a UI to delete a specific local backend entry. [Local deployments; Deployments]
Given that:
- There’s no documented way in the dashboard to manually remove a single local backend entry without affecting the whole project.
- There’s no documented timeout/TTL for a stale local backend entry.
- Local backend state lives in
~/.convex/, but the docs don’t specify which files to edit/remove to clear a single stale entry, so I can’t safely recommend a specific file operation.