Skip to main contentModule runtime_endpoints
- DESCRIPTION
- TAG
- get_health_router
- Returns an unprotected router with /health only.
Used by the public server so runtimes can check liveness without going through auth.
- get_internal_router
- Returns an unprotected router with /health and /runtimes/register endpoints.
Used by the internal server only.
- get_protected_router
- Returns a protected router with /runtimes, /runtime/{id}/start and /runtime/{id}/stop endpoints
- health ๐
- Health endpoint
- list_runtimes ๐
- new_runtime ๐
- Registers a new runtime
TODO: proper authentication of the server needs to be implemented
TODO: This service should listen only on 127.0.0.1
- start_runtime ๐
- stop_runtime ๐