/
KE
kernel
/
Kernel Images API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v44
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-01
56
121
143.5 KB
Send signal to process
post
/process/{process_id}/kill
Path parameters
process_id
string
uuid
required
Request body
ProcessKillRequest
required
Signal to send to the process.
signal
'TERM'
|
'KILL'
|
'INT'
|
'HUP'
required
Signal to send.
Response
OK
OkResponse
required
Generic OK response.
ok
boolean
required
Indicates success.