Skip to main content
POST
Enable Auto-Hydration

Body

application/x-www-form-urlencoded

Parameters required to enable auto hydration for a KVM VPS.

signature
string

The session signature obtained from the 'Create AUTH-session' call.

Example:

"session_signature_12345"

kvm_id
string

The unique identifier of the KVM VPS.

Example:

"kvm_xxxxx_yyyyy"

valid_until
string

The expiration timestamp for the session, obtained from the 'Create AUTH-session' call.

Example:

"1737476000"

config
string

JSON object containing the Auto-Hydration configuration. Supported values are 100, 200, 300, and 500, representing the traffic assignment increment in GB.

Example: {"auto_hydration":300}

Example:

"{\"auto_hydration\":300}"

Response

Auto hydration enabled successfully.

status
string
Example:

"success"

Last modified on September 5, 2026