delete_project
Permanently remove a project and all associated content, including knowledge files and TODOs, from the Knowledge MCP Server. Confirm project ID, back up data if needed, and ensure user approval before irreversible deletion.
Instructions
Permanently delete a project and all its content - USE WITH EXTREME CAUTION.
When to use this tool:
- Project is completely obsolete
- Cleaning up test or temporary projects
- Project has been migrated elsewhere
- Explicit user request to delete
Key features:
- Removes entire project directory
- Deletes from index
- IRREVERSIBLE operation
- Includes all knowledge files and TODOs
You should:
- ALWAYS confirm with user before deletion
- Verify project_id is correct
- Consider backing up important content first
- Understand this is permanent
- Check if project has valuable knowledge files
- Document reason for deletion
DO NOT use when:
- Any doubt about deletion
- Project might be needed later
- Haven't backed up important content
- User hasn't explicitly confirmed
⚠️ This action CANNOT be undone! Returns: {success: bool, project_id: str, message: str, error?: str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project identifier to delete |