server.unsuspend

**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 reenables the network uplink for the server.

Examples

Unsuspend a server

Simply pass the label of the server you wish to unsuspend. The server's switch port will be switched on.

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
6102 ServerNotSuspended
6104 ServerUnsuspendFailed