mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
`docsreference/commandline/stack_tasks.md ` & `docsreference/commandline/stack_ls.md` do not exist. I need this to be merge to solve that issue: https://github.com/docker/docker.github.io/issues/1068, and merge new CI tests for the docs: https://github.com/docker/docker.github.io/pull/1052 Signed-off-by: Adrien Duermael <adrien@duermael.com>
32 lines
588 B
Markdown
32 lines
588 B
Markdown
---
|
|
redirect_from:
|
|
- /reference/commandline/stack_rm/
|
|
advisory: experimental
|
|
description: The stack rm command description and usage
|
|
keywords:
|
|
- stack, rm, remove, down
|
|
title: docker stack rm (experimental)
|
|
---
|
|
|
|
```markdown
|
|
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
|
|
|
|
* [stack config](stack_config.md)
|
|
* [stack deploy](stack_deploy.md)
|
|
* [stack services](stack_services.md)
|
|
* [stack ps](stack_ps.md)
|