Skip to main content
POST
/
orgs
/
{org_id}
/
k2
/
{kb_id}
/
restart
cURL
curl --request POST \
  --url https://api.timbal.ai/orgs/{org_id}/k2/{kb_id}/restart \
  --header 'Authorization: Bearer <token>'
null

Documentation Index

Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Drops the knowledge base’s in-memory connections so the next request opens a fresh database handle. Requires org admin.

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
kb_id
string
required

Response

Connections dropped