Skip to main content

POST – BIOS Reset

Use the POST method to reset BIOS settings.

Request

POST https://{{ip}}/redfish/v1/Systems/Self/Bios/Actions/Bios.ResetBios
Content-Type: application/json

Request body

{
"ResetType": "Reset"
}

Response

The response status is 204. For Error Responses, please refer to Error Response.

Note
Out Of Band request for this action will be blocked during the Host System Booting until the Inventory is processed by the Redfish service and the request will respond with status code 503 and Service Not Available message.