Proc kill
Kill a running process with the distant-specific id
.
Request
{
"type": "proc_kill",
"id": 1234
}
Fields
id
: the id of the process to kill, which should match theid
received from theproc_spawned
message.
Response
{
"type": "ok"
}