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

# Disconnect

> Method to close the Kraken WebSocket connection.

## Import

```ts theme={null}
import { Orderbook } from '@krono/core'
```

## Usage

Gracefully terminates the active connection and stops receiving updates.

```ts theme={null}
orderbook.disconnect()
```

## Return Type

```ts theme={null}
void
```
