applications

Clear application queue

Resets the request queue for the application by failing all active requests. This is typically used after a problem with application servers delivering abnormally slow responses has been corrected, to clear hanging requests from the queue. NOTE: This is currently not implemented to reject the requests, but instead to stop counting them as active requests, so it should be used with care.

put/applications/{id}/queue

Path parameters

idstring required

Application id.

Response

The call was successful.

Changes