restart - Cloud Foundry CLI Reference Guide |
cf restart APP_NAME
This command will cause downtime unless you use '--strategy rolling'.
If the app's most recent package is unstaged, restarting the app will stage and run that package.
Otherwise, the app's current droplet will be run.
Deployment strategy, either rolling or null.
Exit when the first instance of the web process is healthy