v1

latestOpenAPI 3.1.02026-07-13231960.5 KB
Sessions

Terminate a session

Terminate an active Devin session. This sends a stop signal to the session, causing it to gracefully shut down. Once terminated, the session cannot be resumed.

Note: Sessions that have already exited cannot be terminated again.

delete/sessions/{session_id}

Path parameters

session_idstring required

The session ID to terminate

Response

Session terminated successfully

detailstring

Example response

{
  "detail": "Session terminated successfully"
}