Target Nodes
Stop a running target node session
Stop or hibernate a running target node session by session UUID
put/api/target_nodes/stop
Headers
X-EDH-USERstring required
Example:john.doe
EDH username for authentication
X-EDH-TOKENstring required
Example:abc123def456
EDH authentication token
Response
Target node stop initiated successfully
Example response
{
"success": true,
"message": "Your target node will be stopped soon."
}