Skip to main content

Delete an agent

DELETE 

/v1/projects/:project_id/agents/:agent_id

Deletes the backing runtime agent. Returns 409 if the agent still has dependent generations or traces — pass force=true to delete those along with the agent (destructive and irreversible).

Request

Responses

Agent deleted.