DewaVPS

Delete snapshot

DELETE
/instance/{instance_uuid}/snapshot/{snapshot_uuid}/delete

Delete a specific snapshot from an instance.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Path Parameters

instance_uuid*string

UUID of the instance

Formatuuid
snapshot_uuid*string

UUID of the snapshot

Formatuuid

Response Body

application/json

curl -X DELETE "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/snapshot/497f6eca-6276-4993-bfeb-53cbbbba6f08/delete"
{
  "message": "Removing snapshot...",
  "data": {
    "vm_uuid": "5afb774f-8216-4579-b1f7-69c6de398477",
    "snap_uuid": "a88439f1-cde3-476b-b425-c47cb98ad703"
  }
}