komrad stop
Ask the running service to stop, and wait until it is gone
komrad stopThis asks rather than signals, so the service can finish the launch it is in the middle of and say when it is done. It returns once the process has actually gone, not when the address stops answering, which happens well before the shutdown is finished. Nothing serving at the address is not an error.
Agents keep running: they are tmux panes, not children of this process. They are picked back up when the service returns.