Uninstall Baremetal Server

Uninstall Baremetal Server
Uninstall Agents On baremetal server

Uninstall Agents On the baremetal server

Request
URI
DELETE
https://{api_host}/baremetal/servers/{server-id}
COPY
Path Parameters
string
server-id
Required

Baremetal server ID.

Query Parameters
boolean
force
Optional

Use this request param to force uninstall a baremetal server.


Authentication
This operation uses the following authentication methods.
Responses
202

Accepted

Returns AsyncApiResponse of type(s) application/json
{
    "id": "string",
    "status_url": "string"
}
string
id
Optional

UUID identifier of the response.

string
status_url
Optional

The URL to check the status of the operation.


default

Error response on API failure.

Returns Error of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required

Message describing the error.


Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/baremetal/servers/{server-id}