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 theidreceived from theproc_spawnedmessage.
Response
{
"type": "ok"
}