Close Sessions

POST {{cb_url}}/api/v1/cblr/session/{{cb_lr_session_id}}

Once a session is active, you can create commands by POSTing a command object to the session via /api/v1/cblr/session/2/command. For example, to get a process list:

See Documentation

Request Body

{"status"=>"close"}