Skip to content

Power off server

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

Powers off the dedicated server.

Parameters

Path Parameters

id
required
integer

The service ID of the dedicated server

Responses

200

Server power off 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