Installation
Reinstall with Turnkey
This endpoint reinstalls the operating system on the specified KVM VPS using a turnkey image.
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 image
parameters to execute the reinstallation.
POST
Body
application/x-www-form-urlencoded
Required parameters to reinstall the operating system using a turnkey image.
All parameters must be passed in the request body as `application/x-www-form-urlencoded`.
The session signature obtained from the "Create AUTH-session" call.
The unique identifier of the KVM VPS to reinstall.
This value is specific to your VPS.
The expiration timestamp for the session, as obtained from the "Create AUTH-session" call.
Ensure that the session is valid and has not expired.
The name of the turnkey image to reinstall.
Use the get autoinstall images
endpoint to retrieve available turnkey images.
Response
200
application/json
The operating system was successfully reinstalled using the specified turnkey image.
The status of the operation.