Skip to main content
DELETE
/
enterprise
/
v1
/
io-cloud
/
vmaas
/
deployment
/
{deployment_id}
Destroy Deployment
curl --request DELETE \
  --url https://api.io.solutions/enterprise/v1/io-cloud/vmaas/deployment/{deployment_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Note, when deleting a deployment, charges are handled as follows:

  • The first hour is always non-refundable.
  • After the first hour, charges are calculated to the exact duration the cluster was active (not rounded to whole hours).
  • Any unused prepaid time is refunded proportionally.
Example: If you pre-paid for 3 hours and delete the deployment after 1.2 hours, you are charged for 1.2 hours and refunded the remaining 1.8 hours.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-api-key
string

io.net provided API Key

Path Parameters

deployment_id
string<uuid>
required

Response

Successful Response

The response is of type any.

I