Go to main content

Oracle® ILOM Web Service REST API

Exit Print View

Updated: December 2019
 
 

Removing a Local Firmware Package Instance

Use a DELETE request to remove a firmware package instance from the server SP.


Note -  As of Oracle ILOM firmware version 5.0, the Oracle ILOM REST API only allows one firmware package image to be uploaded on the server at a time.

HTTP Request Format:

DELETE /rest/v<version>/SP/firmware/update/<instance> HTTP/1.1
<Header Name>: <Value>

Where:

  • <instance> represents the context number that is assigned to the firmware update package file that is currently loaded on the server SP.


    Note -  As of Oracle ILOM firmware version 5.0, only one firmware update image can be up uploaded to the server SP at a given time. Earlier versions of Oracle ILOM firmware ( such as 4.0.1 and later 4.x.releases) support up to three active update firmware instances at one time.

Request Headers Required

The request header fields required to delete resources are as follows: Accept, Authorization, and Host.

For a description of these required header fields, see Common Request Header Fields.