Sends a signal to a server.
- Parameters
-
id | The server ID. |
signal | The signal, for example SIGTERM or 15. |
- Exceptions
-
ServerNotExistException | Thrown when the server doesn't exist. |
NodeUnreachableException | Thrown when the node is unreachable. |
DeploymentException | Thrown when the deployment of the server failed. |
BadSignalException | Thrown when the signal is not recognized by the target server. |