Luxor Documentation Hub Logo
Firmware/API Docs/LUXminer commands

removegroup

Removes a group and all it's pools

removegroup

Description

Removes a group, and all of its pools.

Command

$ echo '{"command": "removegroup", "parameter":"2"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "removegroup", "parameter":"2"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 326,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "Group 3 removed",
      "STATUS": "S",
      "When": 1667918487
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
group_idThe group ID, as shown in the groups command.

On this page