Skip to main content

Delete a project

DELETE 

/v1/projects/:project_id

Permanently deletes the project and its backing runtime project. Fails with 409 if the runtime project still has dependent resources — remove them first, or pass force=true to delete the project and all its dependents (agents, providers, tools, sessions, generations, traces). Forcing is destructive and irreversible.

Request

Responses

Project deleted.