# ClusteredRedisQueue.off() method · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.clusteredredisqueue.off/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Removes a listener from every server's queue and from the internal template.

**Signature:**

```typescript
off(...args: any[]): this;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| args | any\[\] | the arguments `EventEmitter.off` accepts |


**Returns:**

this

this queue instance

