Skip to content

lucerna clear

Remove the index directory for a project. This deletes all stored chunks, embeddings, and graph edges. Defaults to the current working directory.

Terminal window
lucerna clear
lucerna clear --dir /path/to/project
# Removes <project-root>/.lucerna (or --storage-dir)
OptionDescription
--dir <path>Project root directory (default: current working directory)
Cleared index at /path/to/project/.lucerna

Run lucerna index again to rebuild from scratch.