Firmware (LuxOS)
API Docs
LUXMiner commands
profilerem

profilerem

Description

Removes an existing profile. It is only possible to remove a profile that is not in use, and that is not dynamic.

Command

$ echo '{"command": "profilerem", "parameter":"yJN2nlj1,myprofile"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "profilerem", "parameter":"yJN2nlj1,myprofile"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 338,
      "Description": "LUXminer 2023.5.26.175704-7b81bde",
      "Msg": "Profile 'myprofile' removed",
      "STATUS": "S",
      "When": 1685457676
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.
profile_nameThe name of the profile to be removed.