> ## 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.

# moorcheh-edge clear-store

> Delete all items and reset store mode (with confirmation).

## Synopsis

```bash theme={null}
moorcheh-edge clear-store [-y] [--base-url URL]
```

## Options

| Flag          | Description                                    |
| ------------- | ---------------------------------------------- |
| `-y`, `--yes` | Skip confirmation prompt (for scripts)         |
| `--base-url`  | API base URL (default `http://localhost:8080`) |

## Interactive example

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

Prompts:

```text theme={null}
This will permanently remove all data in your moorcheh-edge store. It cannot be recovered.
Are you sure? Type Y to delete:
```

Type **`Y`** to proceed. Any other input aborts.

## Script example

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

<Warning>
  This wipes all items and resets dimension, store mode, and embedding model. **Cannot be undone.**
</Warning>

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