Stop the server

delete/servers/{serverId}
Internal-Use Only

Stops the specified server instance. The user must have administration permissions on the server to perform this request.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
serverId
string
true

Specifies the ID of the server definition.

Responses

StatusMeaningDescription
202AcceptedThe request has been accepted, but the processing has not been completed. An attempt to check the state of the server returns "stopped". This response is returned in cases when the server cannot immediately stop, but stops when the current process has completed.
204No ContentThe server was deleted.
404Not FoundNo server exists at the requested path.Schema