Path parameters
The unique name of the project to delete.
Response
The response code and lifecycle behaviour depend on the project’s current phase:| Current phase | Behaviour | Response |
|---|---|---|
Pending or Failed | No Docker resources exist. The project is removed from the store immediately. | 204 No Content |
Scheduled, Running | The project transitions to Terminating. The agent tears down all containers and Docker resources, then reports Terminated. The control plane removes the record automatically. | 202 Accepted |
Terminating | Already in progress. No-op — idempotent. | 202 Accepted |
Terminating lifecycle
After you send a DELETE request, the project enters
Terminating phase. It remains visible in the API until the agent confirms all Docker resources have been removed and the controller performs the final deletion. Poll GET /api/v1/projects/ to observe progress.