Kill a process
Endpoint
POST /v1/destroy/killprocess/{pid}
Kill an active process
Path Parameters
pid
REQUIRED type INTEGER
A process id
Responses
json
{
"name":{
"type":"string",
},
"numberOfSteps":{
"type":"uint16",
},
"executions":{
"type":"map",
"items":{
"key":{
"type":"string",
},
"value":{
"type":"object",
"properties":{
"name":{
"type":"string"
},
"startTime":{
"type":"uint64"
},
"endTime":{
"type":"uint64"
},
"exitStatus":{
"type":"uint8"
},
"stdin":{
"type":"string"
},
"stdout":{
"type":"string"
},
"stderr":{
"type":"string"
},
}
}
}
},
"exitStatus":{
"type":"uint8",
},
"startTime":{
"type":"uint64",
},
"endTime":{
"type":"uint64",
},
}