v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Installation

Upload and replace qcow2

This endpoint uploads and replaces the current qcow2 image on the specified KVM VPS.
Warning: All data on the VPS will be permanently lost if this operation is performed.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Provide the signature, kvm_id, valid_until, and confirm data replacement by including yes_purge_all_my_data parameter.

post/kvm/v2/upload_qcow2

Response

The qcow2 image was successfully uploaded and replaced on the VPS.

statusstring
kvmidstring
serviceidstring

Example response

{
  "status": "success",
  "kvmid": "kvm_123456_789012",
  "serviceid": "987654"
}