disconnectCompute


SoftLayer_Account_Lockdown_Request::disconnectCompute

Disconnecting a customer will disable all resources (servers and virtual machines). The customer will continue to have control portal access but may not place orders.

Description

Takes an account ID. Note the disconnection will happen immediately. A brand account request ID will be returned and will then be updated when the disconnection occurs.

Parameters

Name Type Description
accountId int
disconnectDate string This property is deprecated and will not be used.

Required Headers

Optional Headers

  • None

Return Values

  • int
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_Lockdown_Request/disconnectCompute'