Stop_tag
Stop_Tag
This call will disconnect sessions with the given tag.
A disconnected session will kill any currently open connections, and, if the trigger is in use, prevent new connections from opening for at least ten seconds.
This call has several forms, and is requested as follows:
//Either...
{
"stop_tag": "tag here" //All sessions with the given tag are stopped
}
//Or...
{
"stop_tag": [
"tag here", //All sessions with the given tag are stopped
//Multiple tags may be stopped simultaneously
]
}
There is no response to this call.