DELETE /<pid>

Stop a process.

Parameters

None

Example of request

DELETE http://localhost:5000/1

Response

{
    "ok": true
}

resources informations

Authentication Require an admin
HTTP Method GET