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

# Clear Queue

> This endpoint is used to clear the API's queue.

## Request

Send a `POST` request to below endpoint to clear the API's cache.

```curl curl theme={"theme":{"light":"github-light","dark":"github-dark"}}
--request POST 'https://modelslab.com/api/v1/enterprise/realtime/clear_queue' \
```

## Body

```json json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{ 
    "key": "enterprise_api_key"
}
```


## Related topics

- [Clear Queue](/enterprise-api/flux/clear-queue.md)
