github.com/brahmaroutu/docker@v1.2.1-0.20160809185609-eb28dde01f16/docs/reference/commandline/stack_rm.md (about) 1 <!--[metadata]> 2 +++ 3 title = "stack rm" 4 description = "The stack rm command description and usage" 5 keywords = ["stack, rm, remove, down"] 6 advisory = "experimental" 7 [menu.main] 8 parent = "smn_cli" 9 +++ 10 <![end-metadata]--> 11 12 # stack rm (experimental) 13 14 ```markdown 15 Usage: docker stack rm STACK 16 17 Remove the stack 18 19 Aliases: 20 rm, remove, down 21 22 Options: 23 --help Print usage 24 ``` 25 26 Remove the stack from the swarm. This command has to be run targeting 27 a manager node. 28 29 ## Related information 30 31 * [stack config](stack_config.md) 32 * [stack deploy](stack_deploy.md) 33 * [stack services](stack_services.md) 34 * [stack tasks](stack_tasks.md)