cURL
curl --request POST \ --url http://localhost:2468/v1/processes/{id}/kill
{ "args": [ "<string>" ], "command": "<string>", "createdAtMs": 123, "id": "<string>", "interactive": true, "owner": "user", "status": "running", "tty": true, "cwd": "<string>", "exitCode": 123, "exitedAtMs": 123, "pid": 1 }
Sends SIGKILL to the process and optionally waits up to waitMs milliseconds for the process to exit before returning.
waitMs
Process ID
Wait up to N ms for process to exit
x >= 0
Kill signal sent
user
desktop
system
running
exited