Skip to main content

DELETE /api/v1/boarding/management

Use this method to unmanage devices.

When you unmanage a chassis, all devices in the chassis are unmanaged. You cannot unmanage individual devices in a chassis.

A job is created to complete this request. The response header returns the URI for the job in the Location field.

A successful response code indicates that the job was successfully transmitted and accepted by the orchestrator. It does not indicate that the operation that is associated with the job was successful. If a job was not successfully started, refer to the response code and response body for details.

Note
This REST API requires Lenovo XClarity Orchestrator v2.0.0 or later.

Authentication

Authentication with user name and password is required.

Resource URI

DELETE https://{orchestrator_server_IP}/api/v1/boarding/management

Query parameters

ParametersRequired / OptionalDescription
ids={uuids}RequiredList of UUIDs of devices to be unmanaged, separated by a comma
force={Boolean}OptionalIndicates whether to force the unmanagement operation. This can be one of the following values.
  • true. Force unmanagment even if the device is not reachable.
  • false. (default) Do not force unmanagement.
The following example unmanages multiple devices without force.
DELETE https://<em className="ph i">{management_server_IP}</em>/api/v1/boarding/management
?ids=fbb43c13103511e785f2e4a2ced78753,48331a223bf34fba90732b379b837b9c

Request body

None

Response codes

CodeDescriptionComments
200OK The request completed successfully. If a single query parameter is specified and the value of that parameter has no matches, the response body returns default values. If a list of query parameters is specified and the value of at least one parameter has no matches, the response body returns only what matches.
400Bad RequestA query parameter or request attribute is missing or not valid, or the operation is not supported. A descriptive error message is returned in the response body.
401UnauthorizedThe user cannot be authenticated. Authentication has not been provided or has failed. A descriptive error message is returned in the response body.
403ForbiddenThe orchestrator server was prevented from fulfilling the request. A descriptive error message is returned in the response body.

Response body

AttributesTypeDescription
{message_attributes}variesStatus messages (see Status messages)