v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
VPS: Snapshots

Get snapshot

Retrieve snapshot for a specified virtual machine.

Use this endpoint to view current VPS snapshot information.

get/api/vps/v1/virtual-machines/{virtualMachineId}/snapshot

Path parameters

virtualMachineIdinteger required
Example:1268054

Virtual Machine ID

Response

Success response

idinteger

Snapshot ID

restore_timeinteger

Estimated snapshot restore time in seconds

created_atstring date-time
expires_atstring date-time

Example response

{
  "id": 325,
  "restore_time": 1800,
  "created_at": "2025-02-27T11:54:22Z",
  "expires_at": "2025-03-19T11:54:22Z"
}