github.com/kobeld/docker@v1.12.0-rc1/docs/reference/commandline/node_rm.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "node rm"
     4  description = "The node rm command description and usage"
     5  keywords = ["node, remove"]
     6  [menu.main]
     7  parent = "smn_cli"
     8  +++
     9  <![end-metadata]-->
    10  
    11  **Warning:** this command is part of the Swarm management feature introduced in Docker 1.12, and might be subject to non backward-compatible changes.
    12  
    13  # node rm
    14  
    15  	Usage:	docker node rm NODE [NODE...]
    16  
    17  	Remove a node from the swarm
    18  
    19  	Aliases:
    20  	  rm, remove
    21  
    22  	Options:
    23  	      --help   Print usage
    24  
    25  Removes nodes that are specified. 
    26  
    27  Example output:
    28  
    29      $ docker node rm swarm-node-02
    30      Node swarm-node-02 removed from Swarm
    31  
    32  
    33  ## Related information
    34  
    35  * [node inspect](node_inspect.md)
    36  * [node update](node_update.md)
    37  * [node tasks](node_tasks.md)
    38  * [node ls](node_ls.md)