v5

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01265.1 KB
utility

Health check

get/health

Response

Service health including GPU initialization state

statusstring
servicestring
versionstring
rendererstring
gpu_initializedboolean
renderer_initializedboolean
daemon_runningboolean
daemon_pidinteger nullable

Current isolated renderer process ID.

daemon_completed_rendersinteger nullable

Render commands completed by the current daemon generation.

daemon_rss_bytesinteger nullable

Current or last observed daemon RSS in bytes.

daemon_recycle_countinteger nullable

Successful bounded-lifetime recycles since service startup.

daemon_last_recycle_reason'completed_render_limit' | 'rss_limit' nullable
daemon_pending_recycle_reason'completed_render_limit' | 'rss_limit' nullable
ready_workersinteger nullable

Ready worker count when multi-GPU dispatcher mode is enabled.

total_workersinteger nullable

Total worker count when multi-GPU dispatcher mode is enabled.

workersobject[] nullable

Per-worker dispatcher health when multi-GPU mode is enabled.

Example response

{
  "status": "healthy",
  "service": "ovrtx-rendering-api",
  "version": "0.1.0",
  "renderer": "ovrtx"
}
All 2 operations