codebase_stop
Gracefully stop an active indexing operation. The current batch completes and checkpoints, preserving all progress for later resumption.
Instructions
Gracefully stop an in-progress indexing operation. The current batch will finish and checkpoint, preserving all progress. Re-run codebase_index to resume from where it left off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Absolute path to the project directory. If omitted, uses the current working directory. |