Daemon Management
Create, read, update, and remove daemon programs registered with the supervisor.
The Hoody Daemon service provides programmatic control over background processes and long-running programs running inside your containers. Daemons let you manage supervised services — including web servers, workers, schedulers, and custom applications — through a unified API that handles lifecycle, state, and observability.
Use the Daemon API when you need to:
The Daemon API is organized into three sub-pages, each focused on a distinct concern.
Daemon Management
Create, read, update, and remove daemon programs registered with the supervisor.
Program Control
Enable or disable programs in the boot sequence and start or stop them at runtime.
Status & Monitoring
Retrieve live status and process information for a specific daemon program.
A typical workflow follows this order:
Refer to the sub-pages above for the full parameter, request, and response details for each operation.