destroy_vps
Permanently delete a VPS and its boot disk. Requires explicit confirmation to prevent accidental data loss. Optionally release attached IPs and volumes.
Instructions
Permanently destroy a VPS and, by default, its boot disk. Irreversible — requires confirm=true. release_ip_ids/ release_disk_ids (lists of ids, optional) additionally release any attached standalone IPs/volumes instead of just detaching them (kept, unreleased, by default — see list_vps's own ip/disk fields for their ids).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vps_id | Yes | ||
| confirm | No | ||
| release_ip_ids | No | ||
| release_disk_ids | No |