Kopie zapasowe

Delete a VM backup

DELETE
/cloud/project/{project_uuid}/vm/{vmid}/backups/{backup_slug}/

Deletes one backup of this VM from the project backup server.

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

backup_slug*string

Backup identifier (slug from the backup list).

project_uuid*string

Project UUID.

vmid*integer

VM identifier (VMID).

Response Body

application/json

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