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

# clear_store

> Wipe all items and reset store mode.

## SDK

```python theme={null}
resp = edge.clear_store()
print(resp["message"])
```

Resets dimension, store mode, and embedding model. **Cannot be undone.**

## HTTP client

```python theme={null}
resp = client.clear_store()
```

## CLI

```bash theme={null}
moorcheh-edge clear-store
```

The CLI prompts for confirmation (`Y`). Use `-y` in scripts.

See [API: Clear store](/api-references/clear-store).
