power state
Power State
This endpoint retrieves the power state of the specified KVM VPS.
The api_host parameter, obtained from the “Create AUTH-session” response,
is dynamically set in the URL.
Use the signature, kvm_id, and valid_until parameters returned from the
“Create AUTH-session” response to authenticate the request.
POST
power state
Body
application/x-www-form-urlencoded
Required parameters to retrieve the power state.
The session signature obtained from the "Create AUTH-session" call.
Example:
"session_signature_12345"
The unique identifier of the KVM.
Example:
"kvm_xxxxx_yyyyy"
The expiration timestamp of the session obtained from the "Create AUTH-session" call.
Example:
"1737476000"
Last modified on January 28, 2026