Description
Implement the /clean endpoint to remove stale and outdated index entries.
Current State
- No implementation
- Defined in OpenAPI spec
Acceptance Criteria
API Request/Response
// Request
{
"older_than": "7d", // Duration string
"missing_files": true // Remove deleted files
}
// Response
{
"removed_chunks": 1234,
"freed_space_mb": 45.6
}
Related
- See
api/codetriever-openapi.yaml for full spec
Description
Implement the
/cleanendpoint to remove stale and outdated index entries.Current State
Acceptance Criteria
POST /cleanrouteAPI Request/Response
Related
api/codetriever-openapi.yamlfor full spec