bash
Terminate Process
bash
Terminate Process
Terminates a background process by its ID.
DELETE
/
api
/
bash
/
process
/
{pid}
curl --request DELETE \
--url http://localhost:4242/{computer_name}/api/bash/process/{pid}
This response does not have an example.
Path Parameters
Response
204
Successfully terminated process
curl --request DELETE \
--url http://localhost:4242/{computer_name}/api/bash/process/{pid}
This response does not have an example.