---
title: "Bulk update IPMI thresholds"
method: PUT
path: "/device/ipmi/thresholds"
tags: ["Device"]
---

# Bulk update IPMI thresholds

`PUT /device/ipmi/thresholds`

## Headers

- `X-Fields` string, mask

## Request body

- UpdateDevicesIPMIThresholds
  - `device_ids` integer[], required — List of unique device IDs.
  - `thresholds` object, required — Alert thresholds for IPMI sensor values.

## Response `200`

Devices IPMI Thresholds updated.

- DevicesIPMIThresholds
  - `devices` object, required

## Other responses

- `400` — Unable to update IPMI Thresholds for this Device list.
- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/revisions/ee6b717b5015/schema)
