Optimize Storage
Compact search index and flush database changes.
Prunes old LanceDB versions and runs a KuzuDB checkpoint.
Response Body
application/json
curl -X POST "https://example.com/storage/optimize"{
"success": true,
"before_bytes": 0,
"after_bytes": 0,
"freed_bytes": 0,
"message": ""
}