---
title: "Clear application queue"
method: PUT
path: "/applications/{id}/queue"
tags: ["applications"]
---

# Clear application queue

`PUT /applications/{id}/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.

## Path parameters

- `id` string, required

## Response `200`

The call was successful.

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
