Skip to main content
POST
Kill Exec Session

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required
session_id
string
required

Query Parameters

signal
string

Signal to send (default: SIGTERM)

timeout
integer

Timeout waiting for process to exit (default: 10s)

Response

Success - Streaming NDJSON response

message
string
required

Status message

pid
integer
required

Target process ID

signal
string
required

Signal name (e.g., SIGTERM)

type
string
required
Allowed value: "signal"