Cleanup Old Data
POST /api/chromadb/cleanup
POST
/api/chromadb/cleanup
Remove data older than the retention period from all collections.
Request Body required
Section titled “Request Body required ” CleanupRequest
object
retention_days
Retention Days
Days of data to retain
integer
Responses
Section titled “ Responses ”Successful Response
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context