noodlbox

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

ParameterTypeRequiredDescription
repositorystringYesRepository name in owner/repo format

Usage

Delete the repository owner/my-old-project from noodlbox

The 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

DataDescription
Knowledge graphAll symbols, relationships, communities, processes
Vector embeddingsSemantic search indexes
Document linksMarkdown-to-code associations
Local metadataRepository 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-service

Response:

Deleted repository: owner/deprecated-service

On this page