github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/docs/reference/commandline/stack_rm.md (about) 1 --- 2 title: "stack rm" 3 description: "The stack rm command description and usage" 4 keywords: ["stack, rm, remove, down"] 5 advisory: "experimental" 6 --- 7 8 <!-- This file is maintained within the docker/docker Github 9 repository at https://github.com/docker/docker/. Make all 10 pull requests against that repo. If you see this file in 11 another repository, consider it read-only there, as it will 12 periodically be overwritten by the definitive file. Pull 13 requests which include edits to this file in other repositories 14 will be rejected. 15 --> 16 17 # stack rm (experimental) 18 19 ```markdown 20 Usage: docker stack rm STACK 21 22 Remove the stack 23 24 Aliases: 25 rm, remove, down 26 27 Options: 28 --help Print usage 29 ``` 30 31 Remove the stack from the swarm. This command has to be run targeting 32 a manager node. 33 34 ## Related information 35 36 * [stack config](stack_config.md) 37 * [stack deploy](stack_deploy.md) 38 * [stack services](stack_services.md) 39 * [stack ps](stack_ps.md) 40 * [stack ls](stack_ls.md)