For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • API Reference
        • UNARYReboot
        • UNARYStopMining
        • UNARYStartMining
        • UNARYSetCoolingMode
        • UNARYSetPowerTarget
        • UNARYUpdateMiningPools
        • UNARYDownloadLogs
        • UNARYBlinkLED
        • STREAMStreamCommandBatchUpdates
        • UNARYGetCommandBatchLogBundle
        • UNARYFirmwareUpdate
        • UNARYUnpair
        • UNARYUpdateMinerPassword
        • UNARYCheckCommandCapabilities
LogoLogo
API Referenceminercommand.v1MinerCommandService

SetCoolingMode

||View as Markdown|
Example request
1{
2 "device_selector": {
3 "selection_type": {
4 "all_devices": {
5 "device_status": [
6 0
7 ],
8 "pairing_status": [
9 0
10 ],
11 "models": [
12 "example"
13 ],
14 "manufacturers": [
15 "example"
16 ]
17 }
18 }
19 },
20 "mode": 0
21}
Example response
1{
2 "batch_identifier": "example"
3}
Built with

SetCoolingModeRequest

Request
This endpoint expects an object.
device_selectorobject
modeenum
CoolingMode represents the cooling configuration for a miner device.
Allowed values:

SetCoolingModeResponse

Response
This endpoint returns an object.
batch_identifierstring