server.reboot.create
Example
Try it Out
{ "server_cuid": "S1", "root_password": "a12.x0tps", "comment": "Unable to SSH or VNC" }
{ "code": 6000, "message": "Server \"S1\" was not found." }
Parameters
Name | Type | Default |
---|---|---|
server_cuid |
cuid[Server]
|
Required |
root_password |
string
|
null |
comment |
string
|
null |
Errors
Code | Name |
---|---|
6000 | ServerNotFound |
6001 | ServerMustBeActive |