Delete data from raw_data and/or the LanceDB vector database. Use with caution.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/poweroutlet2/openground/llms.txt
Use this file to discover all available pages before exploring further.
Commands
all
Delete all files in both raw_data and LanceDB directories.Options
Skip confirmation prompt.Aliases:
-yExample
raw_data
Delete all files in the raw_data directory.Options
Skip confirmation prompt.Aliases:
-yExample
embeddings
Delete all files in the LanceDB directory.Options
Skip confirmation prompt.Aliases:
-yExample
Use Cases
Complete Reset
Delete everything and start fresh:Free Disk Space (Keep Embeddings)
Delete raw data but keep embeddings:Re-embed Everything
Delete embeddings but keep raw data:Before Changing Embedding Model
When switching embedding models, you must re-embed:Safety Features
Confirmation Prompts
All commands show:- Number of libraries to be deleted
- Directory paths
- Tips for checking what will be deleted
--yes.
Count Before Delete
Before deleting, verify what exists:No Data = No Action
If directories are empty, commands report and exit:What Gets Deleted
nuke all
- Raw data directory:
~/.openground/raw_data/ - LanceDB directory:
~/.openground/lancedb/ - Statistics: Tool call statistics (reset to zero)
- Query caches: Internal query caches
nuke raw_data
- Raw data directory:
~/.openground/raw_data/ - All extracted JSON files
nuke embeddings
- LanceDB directory:
~/.openground/lancedb/ - All vector embeddings
- Statistics: Tool call statistics (reset to zero)
- Query caches: Internal query caches
What Doesn’t Get Deleted
- Configuration file:
~/.openground/config.json(useopenground config reset) - Sources file:
~/.openground/sources.json - MCP configurations: Agent integration configs
Recovery
After nuking, you can:-
Re-add libraries:
-
Re-embed from raw data (if available):
-
Restore from backup (if created):
Related Commands
- openground remove - Remove specific libraries
- openground list - View what will be deleted
- openground config reset - Reset configuration