Is there a way to restart a service when developing in local mode?

I can’t see a command listed in the docs or cli tool help. Is this possible without rebooting?

Hi,
The easiest way to do it is to ssh to the device, and then send a container restart command to the engine.
Though, we do think about unifying the dev and prod experiences more.
Here’s a quick example:

balena ssh <uiud>.local
root@<uuid>:~# balena ps # To list the containers.
root@<uuid>:~# balena restart <container_name_or_ID> # To restart a container.