Skip to content

Kill a terminal session — pty, dtach/tmux session, recording

DELETE
/api/workspaces/{workspaceId}/apps-v2/{id}/terminal-sessions/{termId}

What closing a terminal tab means: the remote counterpart dies too. Idempotent; a session that is already gone is a success.

workspaceId
required
string
id
required
string
termId
required
string
/^[A-Za-z0-9_-]{1,64}$/

Successful response

object
success

Whether the request succeeded.

boolean
data

Endpoint-specific response payload.

message
string
Example
Operation completed
error
string
Example
Error message

Invalid request

object
success
boolean
error
string
Example
Error message

Internal server error

object
success
boolean
error
string
Example
Error message