Skip to content

kraft cloud compose stop

Stop a KraftCloud deployment.

kraft cloud compose stop [FLAGS] [COMPONENT]

Examples

# Stop a KraftCloud deployment fully.
$ kraft cloud compose stop
# Stop a KraftCloud deployment with two specific components.
$ kraft cloud compose stop nginx component2

Options

-d, --drain-timeout duration Timeout for the instance to stop (ms/s/m/h)
-f, --force Force stop the instance(s)
-h, --help help for stop
-w, --wait duration Time to wait for the instance to drain all connections before it is stopped (ms/s/m/h)

Options inherited from parent commands

--file string Set the Compose file.
--metro string Set the KraftCloud metro
--token string Set the KraftCloud token

Aliases

The kraft cloud compose stop command can also be run as:

s

See Also