Migawki

Delete a VM snapshot

DELETE
/cloud/project/{project_uuid}/vm/{vmid}/snapshots/{snapname}/

Deletes the named snapshot. The Proxmox current entry cannot be deleted.

Authorization

bearerAuth
AuthorizationBearer <token>

API key created in the portal (Settings → API Keys). Send as Authorization: Bearer <key>.

In: header

Path Parameters

project_uuid*string

Project UUID.

snapname*string

Snapshot name.

vmid*integer

VM identifier (VMID).

Response Body

application/json

curl -X DELETE "https://example.com/cloud/project/string/vm/0/snapshots/string/"
{  "task_id": "string",  "message": "string"}