Closed callahad closed 2 months ago
Bad: unitctl apps reload myapp Good: unitctl apps restart myapp
unitctl apps reload myapp
unitctl apps restart myapp
Why? Control API is /control/applications/myapp/restart
/control/applications/myapp/restart
Many other tools use the restart verb
restart
$ docker container restart my_app $ systemctl restart my_app $ fly apps restart my_app $ kubectl rollout restart deployment/my_app
Bad:
unitctl apps reload myapp
Good:unitctl apps restart myapp
Why? Control API is
/control/applications/myapp/restart
Many other tools use the
restart
verb