Terminate a process on a grid node

delete/grid/{name}/processes/{processId}
Internal-Use Only

Terminates the specified process on the specified host using the SIGKILL signal. User must be a CAS administrator or "own" the process by virtue of having created the session that uses the process.

Responses are only provided in JSON format.

Request Samples

1

Response Samples

1{
2 "value": {
3 "error": "Some Error"
4 }
5}

Path Parameters

NameTypeRequiredDescription
name
string
true

Name of node.

processId
integer
true

PID of process.

Responses

StatusMeaningDescription
200OKSignal sent to process.Schema
403ForbiddenUser does not have permission.Schema
404Not FoundUnknown process.Schema