Firmware (LuxOS)
API Docs
LUXMiner commands
rebootdevice

rebootdevice

Description

Reboots the mining rig. The command returns immediately, and the reboot is executed in a few seconds. Be aware that your session and the UI will be unavailable while the machine is rebooting.

Command

$ echo '{"command": "rebootdevice", "parameter":"3BCCmZ6b"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "rebootdevice", "parameter":"3BCCmZ6b"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 328,
      "Description": "LUXminer 0.1.0-0e31c23fd7",
      "Msg": "Rebooting device",
      "STATUS": "S",
      "When": 1669665499
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.