If you have an issue with replicated or the service is not running, you can restart by doing the following three steps.
1. Restart the Replicated orchestrator
sudo docker service scale replicated_replicated=0
sudo docker service scale replicated_replicated=1
2. Restart the Replicate UI
sudo docker service scale replicated_replicated-ui=0
sudo docker service scale replicated_replicated-ui=1
3. Check healthy services
sudo docker ps