Stop the server

delete/servers/{serverId}

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

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
serverId
string
true

Specifies the ID of the server definition.

Responses

StatusMeaningDescription
202Accepted

The 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 Content

The server was deleted.

404Not Found

No server exists at the requested path.

Schema