kill-engine
Logs out a given Engine from the Broker.
Example Request
PUT http://example.com:8080/livecluster/rest/engine/kill-engine
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
id |
Long |
ID of the Engine that needs to be logged out |
4848394891525229394 |
instance |
String |
Engine instance that needs to be logged out |
0 |
Example Response
204 no content
Result: The specified Engine is logged out of the Broker.