LinuxForHealth / HealthOS

LinuxForHealth Core Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin Management API

dixonwhitmire opened this issue · comments

The LFH HealthOS Core Admin API supports the following functions:

  • listing available services or components with a status (started, stopped, error)
  • starting a stopped service
  • stopping a running service

The Admin API is "mounted" within the default Fast API application under the /admin endpoint.