Skip to main content

Terminate a system request

PUT 

/activity_monitor/request/:id_request

Kill an in-progress request. This is used to stop a request that is taking too long or is otherwise causing problems.

To kill a request, send a PUT a request with the killed field set to true. No other fields are required. Note that this may not immediately stop the request, but it will indicate to the request that it should stop as soon as possible.

Required abilities

This operation requires the Authority - Administrator ability.

Request

Responses

The action to kill the specified request was successfully processed.