Skip to content
GitHub Get Started
HTTP API

Send SIGKILL to a process.

POST
/v1/processes/{id}/kill

Sends SIGKILL to the process and optionally waits up to waitMs milliseconds for the process to exit before returning.

id
required
string

Process ID

waitMs
integer format: int64
nullable

Wait up to N ms for process to exit

Kill signal sent

object
args
required
Array<string>
command
required
string
createdAtMs
required
integer format: int64
cwd
string
nullable
exitCode
integer format: int32
nullable
exitedAtMs
integer format: int64
nullable
id
required
string
interactive
required
boolean
owner
required
string
Allowed values: user desktop system
pid
integer format: int32
nullable
status
required
string
Allowed values: running exited
tty
required
boolean

Unknown process

object
detail
string
nullable
instance
string
nullable
status
required
integer format: int32
title
required
string
type
required
string
key
additional properties

Process API unsupported on this platform

object
detail
string
nullable
instance
string
nullable
status
required
integer format: int32
title
required
string
type
required
string
key
additional properties