---
title: "Enable or disable hashboards"
method: PATCH
path: "/api/v1/miner/hw/hashboards"
tags: ["Miner"]
---

# Enable or disable hashboards

`PATCH /api/v1/miner/hw/hashboards`

Enables or disables one or more hashboards based on the provided IDs. Useful for toggling hardware components during runtime or diagnostics.

## Request body

- UpdateHashboards
  - `enable` boolean, required
  - `hashboard_ids` string[], required

## Response `200`

Successful response with the updated enable state of hashboards.

- EnableHashboardsResponse
  - `hashboards` HashboardEnableState[], required — Hashboards enable state
    - `id` string, required — Hashboard ID
    - `is_enabled` boolean, required — Flag if hashboard is enabled or not

---

[API](https://skmtc.net/256foundation/apis/braiins-os-public-rest-api.md) · [All operations](https://skmtc.net/256foundation/apis/braiins-os-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/256foundation/braiins-os-public-rest-api/versions/d341c8e1d506/schema)
