The capabilities described on this page are included in Appian's standard capability tier. Usage limits may apply.
Tip: Remember to include the appropriate authentication headers in your HTTP request message when using this method.
Disconnect a robot
POST:/node/disconnect
This method disconnects a single robot. When the robot is disconnected, the agent is still running but will no longer receive robotic task instructions.
Request body
Parameter
Example
Required?
Description
nodeId
5da9a68106931e0e1d1246b6#1
Yes
Unique ID of the robot
Example request body:
1
2
3
{"nodeId":"5da9a68106931e0e1d1246b6#1"}
Response
The call is successful if "invocationResult" = "OK".