cURL
Backups
Create Backup
Create an on-demand backup of a knowledge base. While running, all read/write traffic on the KB returns 503 (Maintenance). A mutually-exclusive lock prevents concurrent backup/restore on the same KB (409 Conflict). dry_run = true skips the lock and the upload.
POST
cURL
On-demand backup of a knowledge base.
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Body
application/json
When omitted or when the request has no JSON body, treated as false.
Response
Backup accepted; KB is already paused for maintenance (non-dry-run). Poll via GET /backups/{id}.