> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Purge Query Queue

> Remove pending queries to clear blocked execution.

Clear all queued and running queries from a compute profile's queue when you need to stop execution or resolve bottlenecks.

## Purge Queue

<Steps>
  <Step title="Navigate to Compute Settings">
    Go to [**Settings → Compute**](https://app.allium.so/settings/compute).
  </Step>

  <Step title="Purge the Queue">
    In the **Query Queue** section, click the **X** button to cancel all queued and running queries in that queue.

    <Warning>
      **Important:** This action is immediate and irreversible. There is no confirmation step. All query runs in the queue will be canceled.
    </Warning>

    <Frame>
      <img src="https://mintcdn.com/allium-e770e2b7/ZJULWDhWUB9qEr_O/images/purge-query-queue.png?fit=max&auto=format&n=ZJULWDhWUB9qEr_O&q=85&s=f7de987c676b6e4741ec7bedce7bdd76" alt="Purge queue button" width="1476" height="468" data-path="images/purge-query-queue.png" />
    </Frame>
  </Step>
</Steps>
