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

# reset

***

# Function: reset()

```ts theme={null}
function reset(options: LoggerKeyOptions): Promise<void>;
```

Defined in: [src/singleton.ts](https://github.com/rungalileo/galileo-js/blob/main/src/singleton.ts)

Reset (terminate and remove) a specific logger instance.

## Parameters

### options

`LoggerKeyOptions` = `{}`

Configuration options to identify which logger to reset

## Returns

`Promise`\<`void`>
