Skip to main content
Feedback

Managing Knowledge Base lifecycle

note

Knowledge Hub is an Early Access release. Refer to the Early Access disclaimer for details.

After a Knowledge Base is published, you can disable or delete it as your needs change. Each action has a different effect on data retention and reversibility.

Knowledge Base states

StateDescription
DraftCreated but not yet published. No retrieval is possible. Ingestion can run to pre-load data.
EnabledPublished and active. Ingestion and retrieval are both available.
note

Disabled is not yet available for Knowledge Bases in Early Access. It is planned for a future update. The disabling behavior described below reflects the planned design. Archiving is not currently supported for Knowledge Bases; to permanently remove a Knowledge Base, delete it.

Disabling a Knowledge Base

Disabling suspends ingestion and retrieval without deleting any indexed data. Use this when you need to pause a Knowledge Base temporarily.

  1. Open Knowledge Hub, select the repository, then select the Knowledge Base.
  2. Select the Actions menu (⋮).
  3. Select Disable.
  4. Confirm the action in the dialog.

The Knowledge Base state changes to Disabled. Scheduled ingestion runs do not execute while the KB is disabled.

To re-enable the Knowledge Base, select Actions > Enable. Scheduled ingestion resumes on the next scheduled interval.

Deleting a Knowledge Base

Deleting permanently removes the Knowledge Base record and all indexed data. This action cannot be undone.

warning

Deleting a Knowledge Base removes all vector data permanently. Confirm that no AI agents or applications are actively querying this Knowledge Base before deleting.

If the Knowledge Base is attached to an AgentStudio agent, detach it first. Deleting a Knowledge Base that is still attached to a production agent causes that agent to error at runtime. Refer to Connecting Knowledge Bases for how to detach a Knowledge Base in Agent Designer.

  1. Open Knowledge Hub, select the repository, then select the Knowledge Base.
  2. Select the trash can icon in the top-right corner.
  3. Confirm the deletion in the dialog that appears.

Data retention during disable

When a Knowledge Base is disabled:

  • All previously indexed chunks remain in the vector store.
  • No new ingestion runs execute.
  • Retrieval requests return an error indicating the Knowledge Base is unavailable.
  • When you re-enable the KB, retrieval resumes immediately against the retained data.

Effect on attached Sources

Knowledge Base actionEffect on attached Sources
DisableSources remain but no ingestion runs execute.
EnableSources resume on their scheduled interval.
DeleteAll Sources and their configuration are permanently deleted.
On this Page