Firmware (LuxOS)
API Docs
LUXMiner commands
removegroup

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.