lucerna clear
Remove the index directory for a project. This deletes all stored chunks, embeddings, and graph edges. Defaults to the current working directory.
lucerna clearlucerna clear --dir /path/to/project# Removes <project-root>/.lucerna (or --storage-dir)Options
Section titled “Options”| Option | Description |
|---|---|
--dir <path> | Project root directory (default: current working directory) |
Output
Section titled “Output”Cleared index at /path/to/project/.lucernaRun lucerna index again to rebuild from scratch.