softlayer / softlayer-python

A set of Python libraries that assist in calling the SoftLayer API.
http://softlayer.github.io/softlayer-python/
MIT License
152 stars 195 forks source link

Not able to properly cancel block/file volumes #2146

Open allmightyspiff opened 5 months ago

allmightyspiff commented 5 months ago

Always get the Storage Volume was already cancelled error

slcli -vvv --really block volume-cancel SL02SEL307608-58
Calling: SoftLayer_Network_Storage::getObject(id=SL02SEL307608-58, mask='mask[id,billingItem[id,hourlyFlag]]', filter='None', args=(), limit=None, offset=None)
Starting new HTTPS connection (1): api.softlayer.com:443
https://api.softlayer.com:443 "GET /rest/v3.1/SoftLayer_Network_Storage/SL02SEL307608-58/getObject.json?objectMask=mask%5Bid%2CbillingItem%5Bid%2ChourlyFlag%5D%5D HTTP/1.1" 200 62
Returned Data:
{"error": "Internal Error", "code": "SoftLayer_Exception_Public"}
Storage Volume was already cancelled