unassignServers


SoftLayer_Network_Bandwidth_Version1_Allotment::unassignServers

unassign a collection of servers from an allotment and insert them into the accounts VPR.

Description

This method will reassign a collection of SoftLayer hardware to the virtual private rack

Parameters

Name Type Description
templateObjects SoftLayer_Hardware[] A collection of servers to be unassigned from an allotment and assigned to the virtual private rack

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Hardware]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Bandwidth_Version1_Allotment/unassignServers'