Installation
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
Body
application/x-www-form-urlencoded
Required parameters to upload and replace the qcow2 image.
All parameters must be passed in the request body as `application/x-www-form-urlencoded` or as file upload where specified.
The body is of type object
.
Response
200
application/json
The qcow2 image was successfully uploaded and replaced on the VPS.
The response is of type object
.