server.suspend

**Note** This method is only available for certain clients and/or servers. You can use the `TODO` call to check if this method is avilable for you.

Immediately suspends a server, disconnecting it from the network.

Examples

Suspend a server

Simply pass the label of the server you wish to suspend. The server's switch port will be shut off,
disallowing any traffic until you decide to unsuspend it, however the server will still be billed as normal.

Try it Out
{
	"cuid": "S1"
}
{
	"code": 6000,
	"message": "Server \"S1\" was not found."
}

Parameters

Name Type Default
cuid cuid[Server] Required

Errors

Code Name
6000 ServerNotFound
6101 ServerSuspendNotActive
6103 ServerSuspendFailed