remove_project
Remove a project from the RAG index, deleting all its chunks and preserving its config for future re-add. Provide the project name to execute.
Instructions
Remove a project from the RAG index. Deletes all indexed chunks and marks the project as removed in config.yaml (preserving configuration for future re-add).
Args: name: Project name to remove (e.g., "my_device_logs")
Returns: Confirmation of removal with chunk count deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |