delete_project
Remove a project from Basic Memory's configuration and database without deleting disk files. Use this to permanently disassociate a project, requiring re-addition for future access.
Instructions
Delete a Basic Memory project.
Removes a project from the configuration and database. This does NOT delete the actual files on disk - only removes the project from Basic Memory's configuration and database records.
Args: project_name: Name of the project to delete
Returns: Confirmation message about project deletion
Example: delete_project("old-project")
Warning: This action cannot be undone. The project will need to be re-added to access its content through Basic Memory again.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_name | Yes |