ps stop

Stop a running Process. The Service scheduler will automatically start a replacement Process to maintain the desired count. This is useful for recycling a specific Process without affecting overall availability.

Syntax

$ convox ps stop <pid>

Flags

Flag Short Description
--app -a App name
--rack -r Rack name

Example Usage

$ convox ps stop web-abc1234-def5 -a myapp
Stopping web-abc1234-def5... OK

See Also