dock stop
Stop a running project.
Usage
dock stop
dock stop my-appWhat it does
The CLI resolves the project and sends a stop action. Stopped projects do not
serve traffic until started again.
This is different from scale-to-zero: scale-to-zero sleeps idle apps automatically and wakes them on request. A manually stopped app stays stopped.