delete_project
Permanently removes a project and its directory from the Knowledge MCP Server, ensuring complete deletion and index removal. Input requires the project ID. This action is irreversible.
Instructions
Permanently delete a project and all its content. This removes the entire project directory and removes it from the index. This action cannot be undone - use with caution. Returns: {success: bool, project_id: str, message: str, error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project identifier to delete |