MCP ServerTools
Delete
Delete an analyzed repository from noodlbox
The noodlbox_delete tool removes a repository from noodlbox, deleting its knowledge graph and all associated data.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
repository | string | Yes | Repository name in owner/repo format |
Usage
Delete the repository owner/my-old-project from noodlboxThe agent will call noodlbox_delete with the repository name.
When to Use
- Cleanup: Remove repositories you no longer need indexed
- Re-indexing: Delete before a fresh analysis (alternative to
force: true) - Storage management: Free up local storage space
What Gets Deleted
| Data | Description |
|---|---|
| Knowledge graph | All symbols, relationships, communities, processes |
| Vector embeddings | Semantic search indexes |
| Document links | Markdown-to-code associations |
| Local metadata | Repository configuration and cache |
This action is irreversible. The repository must be re-analyzed to restore the knowledge graph.
Example
Use noodlbox_delete to remove owner/deprecated-serviceResponse:
Deleted repository: owner/deprecated-serviceRelated
- Analyze - Index a repository
- CLI Reference - CLI equivalent