Summary
The gateway 0.6.0 exposes an entity lifecycle status API for apps and components (read status + start / restart / force-restart / shutdown / force-shutdown transitions). The web UI does not yet surface it.
Proposed solution
Add an EntityStatusControl to the Apps and Components entity detail: show the live readiness status and offer the transition actions, calling the typed client's /status endpoints. Handle the 501 "no lifecycle provider configured" case gracefully (disabled / not-available state).
Additional context
Lifecycle status exists only for apps and components (not areas/functions); there is no belongs-to endpoint in 0.6.0.
Summary
The gateway 0.6.0 exposes an entity lifecycle status API for apps and components (read status + start / restart / force-restart / shutdown / force-shutdown transitions). The web UI does not yet surface it.
Proposed solution
Add an
EntityStatusControlto the Apps and Components entity detail: show the live readiness status and offer the transition actions, calling the typed client's/statusendpoints. Handle the501"no lifecycle provider configured" case gracefully (disabled / not-available state).Additional context
Lifecycle status exists only for apps and components (not areas/functions); there is no belongs-to endpoint in 0.6.0.