{ "status": "healthy", "message": "OSWorld API server is running"}
Control Plane
Health Check
Check if the OSWorld API server is running
GET
/
health
Copy
Ask AI
curl -X GET "http://CONTROL_PLANE_IP:PORT/health"
Copy
Ask AI
{ "status": "healthy", "message": "OSWorld API server is running"}
Health check endpoint for the OSWorld API server. Provides a simple verification that the API server is running and responsive. No authentication or parameters required.