github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/node.md (about)

     1  
     2  # node
     3  
     4  <!---MARKER_GEN_START-->
     5  Manage Swarm nodes
     6  
     7  ### Subcommands
     8  
     9  | Name                         | Description                                                       |
    10  |:-----------------------------|:------------------------------------------------------------------|
    11  | [`demote`](node_demote.md)   | Demote one or more nodes from manager in the swarm                |
    12  | [`inspect`](node_inspect.md) | Display detailed information on one or more nodes                 |
    13  | [`ls`](node_ls.md)           | List nodes in the swarm                                           |
    14  | [`promote`](node_promote.md) | Promote one or more nodes to manager in the swarm                 |
    15  | [`ps`](node_ps.md)           | List tasks running on one or more nodes, defaults to current node |
    16  | [`rm`](node_rm.md)           | Remove one or more nodes from the swarm                           |
    17  | [`update`](node_update.md)   | Update a node                                                     |
    18  
    19  
    20  
    21  <!---MARKER_GEN_END-->
    22  
    23  ## Description
    24  
    25  Manage nodes.
    26