"SoftLayer_" prefix removed for readability.
Cancel a service or resource.
Cancel the resource or service for a billing Item. By default the billing item will be canceled on the next bill date and reclaim of the resource will begin shortly after the cancellation. Setting the “cancelImmediately” property to true will start the cancellation immediately if the item is eligible to be canceled immediately.
The reason parameter could be from the list below:
Name | Type | Description |
---|---|---|
cancelImmediately | boolean | This will trigger an immediate cancellation with a reclaim of the resource |
cancelAssociatedBillingItems | boolean | This only applies to servers and virtual servers and will |
reason | string | The cancellation reason. See the documentation overview to see some possible values. |
customerNote | string | Tracks any additional information that the customer wanted to provide. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [boolean, boolean, string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Item_Virtual_DedicatedHost/{SoftLayer_Billing_Item_Virtual_DedicatedHostID}/cancelItem'