VPS_startVirtualMachineV1
Power on a stopped VPS instance by specifying the virtual machine ID. If the VM is already running, the request processes without effect. Integrates with Hostinger's API for managing hosting infrastructure.
Instructions
Start a specified virtual machine.
If the virtual machine is already running, the request will still be processed without any effect.
Use this endpoint to power on stopped 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"
}