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
Example response
{
"id": 325,
"restore_time": 1800,
"created_at": "2025-02-27T11:54:22Z",
"expires_at": "2025-03-19T11:54:22Z"
}