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.
Parameters
Name | Type | Default |
---|---|---|
cuid |
cuid[Server]
|
Required |
Errors
Code | Name |
---|---|
6000 | ServerNotFound |
6101 | ServerSuspendNotActive |
6103 | ServerSuspendFailed |