

# Nodes
<a name="commands-nodes"></a>


| Nickname | Action | Signature | Description | 
| --- | --- | --- | --- | 
| POST Node | POST | /nodes | Add a node to the cluster. | 
| GET Node List | GET | /nodes | Get the list of the nodes in the cluster. | 
| GET Node | GET | /nodes/<ID of node> | Get the attributes on the specified node. | 
| GET Node Status | GET | /nodes/<ID of node>/system\_status | Get the status of the specified node. | 
| DELETE Node | DELETE  | /nodes/<ID of node> | Remove the specified node from the cluster. | 