Skip to main content
Modify knowledge base settings including name, description, status, progress, datasources, and configuration.
string
required
The knowledge base ID

Request Body

string
Updated knowledge base name
string
Updated status: pending, running, completed, failed
integer
Updated progress percentage (0-100)
array
Array of datasource IDs to include in this knowledge base
array
Array of datasource IDs that have been successfully ingested
array
Array of datasource IDs that failed ingestion
object
Updated chunking strategy configuration
object
Updated LLM configuration
object
Updated embedding configuration
object
Updated processing metadata
Most commonly updated fields are name and description. Other fields are typically managed by the system during ingestion.

Response

Returns the updated knowledge base object with new updated_at timestamp.