Skip to main content

Delete graph produced by a run

DELETE 

/runs/:id/graph

Deletes all graph nodes and edges whose created_by_run_id equals the run identified by id, WITHOUT deleting the run row itself. Node search-index and embedding entries are purged for each deleted node (via ObservedGraphRepository when wired). Returns 404 when the run does not exist. Admin only.

Request

Responses

OK