System API
System health, statistics, and administrative endpoints.
API Reference
See the OpenAPI Specification for interactive documentation:
Health & Info:
GET /health- Basic health checkGET /healthz- Health check aliasGET /livez- Liveness probeGET /readyz- Readiness probeGET /version- Version informationGET /metrics- Prometheus metrics (port 9090 internal, 9091 on host)
Statistics:
GET /api/stats- Library statistics
Cache Management:
POST /api/thumbnails/invalidate- Clear all thumbnailsPOST /api/thumbnails/rebuild- Rebuild all thumbnailsGET /api/thumbnails/status- Thumbnail generation statusDELETE /api/thumbnail/{path}- Invalidate single thumbnailPOST /api/transcode/clear- Clear transcode cache
Indexing:
POST /api/reindex- Trigger media reindex
Refer to the OpenAPI documentation for detailed request/response schemas and examples.