# Server IPMI Power **POST /servers/{id}/ipmi_power** Uses the IPMI interface to set the Power status on the server. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Path parameters - **id** (integer) Server ID number ### Body: application/json (object) - **asset** (integer(int32)) The Asset ID - **action** (string) The power action to send to the ipmi controller. ## Responses ### 200 Resposne with a text message field. #### Body: application/json (object) - **text** (string) Response text ### 400 The specified resource was not found #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)