containers stop
Stops a specific container on a given stack by container ID or name (supports partial IDs and names).
Options
| Argument | Required? | Default | Description |
|---|---|---|---|
--stack, -s <application name> | yes | — | Name of your application |
<container ID> | either\or | — | The ID of the container to stop |
<container name> | either\or | — | The name of the container to stop |