Archive a project — soft-hide it from the UI, project pickers, and this API's project list (freeing a `max_projects` slot) without deleting anything. The default project cannot be archived.
POST/v1/projects/:project_id/archive
Archive a project — soft-hide it from the UI, project pickers, and this API's project list (freeing a max_projects slot) without deleting anything. The default project cannot be archived.
Request
Responses
- 200
- 400
- 404
Archived project.
Malformed request — missing or invalid fields.
Resource not found or not visible to the caller.