Guides
Managing Projects
Create, configure, and manage your deployment projects in LoomDeploy.
Creating a project
- Go to Projects in the sidebar.
- Click New Project.
- Fill in:
- Name — used as your subdomain (
name.yourdomain.com) - Repository — select from connected Git repos
- Branch — branch to deploy from (e.g.
main)
- Name — used as your subdomain (
- Click Create Project.
Project overview
The project detail page has four tabs:
| Tab | Description |
|---|---|
| Overview | Container status, CPU/memory stats, quick actions |
| Deployments | Deployment history with logs and rollback |
| Environment | Manage environment variables |
| Settings | Rename, webhook URL, danger zone |
Container actions
From the Overview tab you can:
- Start — start a stopped container
- Stop — gracefully stop the container
- Restart — restart without redeploying
- Redeploy — pull latest code and rebuild
Deployment history
Every deployment is saved with:
- Git commit SHA and message
- Build start/end time and duration
- Build logs (full output)
- Status:
pending,building,running,failed,stopped
Click Rollback on any past deployment to restore it instantly.
Deleting a project
Go to Project → Settings → Danger Zone and click Delete Project. This will:
- Stop and remove the container
- Delete all deployment records and env vars
- Remove the Traefik routing rule
Deletion is permanent and irreversible. Make sure you have a backup of your data before proceeding.
