Skip to content

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 the id received from the proc_spawned message.

Response

{
    "type": "ok"
}