Logo

Command Palette

Search for a command to run...

stacks restart

Sends a restart signal to all application components. This means different things for different components. For a web server, it means a restart of nginx. For an application server, this might be a restart of the worker processes.

$ cx stacks restart --stack <application name>

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesThe application name

Examples

$ cx stacks restart -s my-app