Skip to main content
DELETE
Kill a PTY session
Terminate a PTY session.

Endpoint

Example Request

Response

Tensorlake returns 204 No Content. The daemon first sends SIGHUP to the PTY session and, if it is still alive after a short grace period, follows up with SIGKILL. If the session does not exist, Tensorlake returns 404 Not Found.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

The PTY session identifier.

Response

PTY session terminated