Archive / hide projects without deleting them
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 73
Description
What problem will this feature address?
Over time, completed or inactive projects accumulate in the dashboard. There is currently no way to hide or archive them — the only option is deletion, which removes all configuration and history.
This clutters the project list and makes it harder to focus on active work.
Describe the solution you would like
Add an Archive action for projects that:
- Hides the project from the default dashboard view
- Optionally stops all running services in the project
- Preserves all configuration, environment variables, domains, and deployment history
- Allows restoring (unarchiving) at any time
- Adds an "Archived" filter/tab to view archived projects when needed
Additional context
This is a common pattern in project management tools (GitHub repos, Linear, Notion databases) and would be a natural addition to the Dokploy workflow. Especially useful for freelancers and agencies who cycle through many client projects.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by tracing how projects appear in the dashboard and how project services are started or stopped. Define the archive state, dashboard filtering, restoration behavior, and preservation of configuration and deployment history before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devops, full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100