Skip to content

Power on server

PUT
/dashboard/service/{id}/dedicated/power-on

Powers on the dedicated server.

Parameters

Path Parameters

id
required
integer

The service ID of the dedicated server

Responses

200

Server power on initiated successfully

object
success
boolean
true

403

Service is not active or user does not have access

object
success
boolean
error

Error message describing what went wrong

string
statusCode

HTTP status code

integer

404

Service not found

object
success
boolean
error

Error message describing what went wrong

string
statusCode

HTTP status code

integer