codebase_remove
Safely delete a project's codebase index from the vector database by stopping file monitoring, canceling ongoing indexing, and waiting for graph builds to finish.
Instructions
Remove a project's codebase index entirely from the vector database. Safely stops the file watcher, cancels any in-progress indexing/update (with drain), and waits for any in-flight graph build before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory. |