v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Power Management

hard reset

This endpoint performs a hard reset on the specified KVM VPS. The api_host parameter, obtained from the "Create AUTH-session" response, is dynamically set in the URL. Provide the signature, kvm_id, and valid_until parameters from the same response to authenticate the request.

post/kvm/v2/set/reset

Response

The KVM VPS was successfully reset.

billingcyclestring[]
statusstring

Example response

{
  "billingcycle": [
    "monthly",
    "quarterly",
    "semiannually",
    "annually"
  ],
  "status": "success"
}