# InitializedCluster interface · @imqueue/core

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

A cluster that has been registered with a [ClusterManager](https://imqueue.org/api/core/latest/core.clustermanager/), carrying the generated id that identifies it for [ClusterManager.remove()](https://imqueue.org/api/core/latest/core.clustermanager.remove/).

**Signature:**

```typescript
export interface InitializedCluster extends ICluster 
```
**Extends:** [ICluster](https://imqueue.org/api/core/latest/core.icluster/)

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [id](https://imqueue.org/api/core/latest/core.initializedcluster.id/) |  | string | Identifier generated when the cluster was registered. |

