February 15, 2015


Cancel virtual server

Example of how to cancel a virtual server (VSI) through a DELETE API operation

Operation: DELETE

URL: SoftLayer_Virtual_Guest/{server_id}

Example CURL:

$ curl --user userid:api_key curl -X DELETE
https://api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/123456

Example Response:

true

Feedback?

If this article contains any error, or leaves any of your questions unanswered, please help us out by opening up a github issue.
Open an issue