Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 588 Bytes

stack_rm.md

File metadata and controls

31 lines (24 loc) · 588 Bytes
redirect_from advisory description keywords title
/reference/commandline/stack_rm/
experimental
The stack rm command description and usage
stack, rm, remove, down
docker stack rm (experimental)
Usage:  docker stack rm STACK

Remove the stack

Aliases:
  rm, remove, down

Options:
      --help   Print usage

Remove the stack from the swarm. This command has to be run targeting a manager node.

Related information