# Add, remove, or try to connect a node Attempts to add or remove a node from the addnode list. Or try a connection to a node once. Endpoint: GET /daemon/addnode Version: 6.6.1 Security: ZelID ## Query parameters: - `node` (string, required) The node's ip:port (see for nodes) Example: "188.239.61.210:16125" - `command` (string, required) Use 'add' to add a node to the list, 'remove' to remove a node from the list, 'onetry' to try a connection to the node once. Example: - =`commandadd` Enum: "add", "remove", "onetry" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Null. Status will return with success if call/command was successful.