disconnectCompute


SoftLayer_Account_Lockdown_Request::disconnectCompute

Disconnecting a customer will disable all hardware resources (servers and

Description

Takes an account ID and an optional disconnect date. If no disconnect date is passed into the API call, the account disconnection will happen immediately. Otherwise, the account disconnection will happen on the date given. 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

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'