restart
The convox restart command performs a rolling restart of all services in an app. Each service is restarted sequentially to help maintain availability during the process.
restart
Restart an app
Usage
convox restart
Examples
$ convox restart
Restarting app... OK
See Also
- services for restarting individual services
- deploy for deploying new code
- Rolling Updates for how restarts maintain availability