Why do we support host restarts but not individual app restarts?

Why do we support host restarts but not individual app restarts?

While we do support host restarts, we don’t support restarting individual applications. Host restarts offer a consistent, reliable way to apply updates across the entire system.

Restarting apps individually would require complex, tailored logic for each application, something that adds risk and more frequent user interaction. To keep things safe and maintainable, we avoid app-specific restarts and rely on full system reboots instead.