VPS_resetHostnameV1
Restore the default hostname and PTR record for a VPS instance by providing its virtual machine ID. Use this tool to reset hostname configurations to their original state.
Instructions
Reset hostname and PTR record of a specified virtual machine to default value.
Use this endpoint to restore default hostname configuration for VPS instances.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
virtualMachineId | Yes | Virtual Machine ID |
Input Schema (JSON Schema)
{
"properties": {
"virtualMachineId": {
"description": "Virtual Machine ID",
"type": "integer"
}
},
"required": [
"virtualMachineId"
],
"type": "object"
}