Machine
Decommission a Machine
Start decommissioning a Machine. The Machine must be in Core's Ready state, and every attached DPU must support BFB installation through Redfish. The operation is asynchronous; use the Machine status to observe workflow progress.
Org must have an Infrastructure Provider entity and own the Site that the Machine belongs to. User must have authorization role with PROVIDER_ADMIN suffix.
post/v2/org/{org}/nico/machine/{machineId}/decommission
Response
Machine decommissioning was accepted and will proceed asynchronously.
Example response
{
"message": "Deletion request was accepted"
}Changes
Changed in 1 of the 96 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○