github.com/flavio/docker@v0.1.3-0.20170117145210-f63d1a6eec47/docs/reference/commandline/node_demote.md (about) 1 --- 2 title: "node demote" 3 description: "The node demote command description and usage" 4 keywords: "node, demote" 5 --- 6 7 <!-- This file is maintained within the docker/docker Github 8 repository at https://github.com/docker/docker/. Make all 9 pull requests against that repo. If you see this file in 10 another repository, consider it read-only there, as it will 11 periodically be overwritten by the definitive file. Pull 12 requests which include edits to this file in other repositories 13 will be rejected. 14 --> 15 16 # node demote 17 18 ```markdown 19 Usage: docker node demote NODE [NODE...] 20 21 Demote one or more nodes from manager in the swarm 22 23 Options: 24 --help Print usage 25 26 ``` 27 28 Demotes an existing manager so that it is no longer a manager. This command targets a docker engine that is a manager in the swarm. 29 30 31 ```bash 32 $ docker node demote <node name> 33 ``` 34 35 ## Related information 36 37 * [node inspect](node_inspect.md) 38 * [node ls](node_ls.md) 39 * [node promote](node_promote.md) 40 * [node ps](node_ps.md) 41 * [node rm](node_rm.md) 42 * [node update](node_update.md)