remove-store

Deletes a specified knowledge store and all its associated data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blueraai/bluera-knowledge --skill remove-store
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-store
Source: https://github.com/blueraai/bluera-knowledge/tree/main/skills/remove-store
Command: npx skills add https://github.com/blueraai/bluera-knowledge --skill remove-store

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to permanently delete a knowledge store and all its associated data, freeing up disk space and managing their knowledge base effectively.

Core Features & Use Cases

  • Store Deletion: Removes a specified knowledge store by its name or ID.
  • Data Cleanup: Ensures all related data, including the search index and cloned repository files, are purged.
  • Use Case: If a project is completed or a knowledge store is no longer needed, this Skill can be used to clean up the system by removing the associated store.

Quick Start

Use the remove-store skill to delete the knowledge store named 'project-alpha'.

Frequently Asked Questions about remove-store

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I permanently delete a knowledge store and its associated data?

To delete a knowledge store, you use the remove-store function, which permanently purges all associated data, including registry entries, LanceDB search indexes, and cloned repository files. This action is irreversible and requires re-indexing if you recreate the store.

Can I recover a deleted knowledge store?

No, deleting a knowledge store is a permanent and irreversible action. Once you remove the store and its associated data, including the search index and cloned repository files, you must completely re-index the data to recreate it.

What happens if I try to remove a knowledge store that does not exist?

If you attempt to delete a knowledge store that is not found, the operation will not execute the deletion. Instead, it provides an error message and lists the available stores currently registered in the system for your reference.

Does deleting a knowledge store also remove the LanceDB search index?

Yes, deleting a knowledge store ensures complete data cleanup by purging all related data. This specifically includes removing the LanceDB search indexes, cloned repository files, and registry entries associated with the specified store name or ID.

When should I clean up a knowledge base and delete a store?

You should clean up a knowledge base and delete a store when a project is completed or the knowledge store is no longer needed. This effectively manages your system by removing the associated store and freeing up disk space.

Do I need to manually remove cloned repository files after deleting a knowledge store?

No, you do not need to manually remove cloned repository files. The knowledge store deletion process automatically handles data cleanup by purging all related data, including the search index and cloned repository files, in one irreversible action.