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}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
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.

Headers

token
string

Path Parameters

deployment_id
string<uuid>
required

Response

Successful Response