---
title: "Run IPMI command on the given host"
method: POST
path: "/hosts/{uuid}/run_ipmi_cmd"
tags: ["ipmi_cmd"]
---

# Run IPMI command on the given host

`POST /hosts/{uuid}/run_ipmi_cmd`

Run IPMI command on the given host

## Path parameters

- `uuid` string, UUID, required

## Request body

- HostIpmiArgs — Arguments to the IPMI command
  - `args` string, required — IPMI arguments

## Response `200`

Success

- HostIpmiCmdResult — IPMI Command
  - `result` string — Result of the command

## Other responses

- `default` — Internal Error

---

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