How can I delete an unresponsive/disconnected unattended session from the Monitoring tab in the Orchestrator UI?
Resolution
- Navigate to Tenant->Monitoring->Unattended Sessions and find the record.
- Open the Network tab of the Developer Console (CTRL+SHIFT+I).
- Clear the network log.
- Click the Refresh icon.
- Look for the OData.GetMachineSessionRuntimes record and expand the objects in the preview list to the unresponsive record and copy the session ID.
- Open swagger (ex. https://cloud.uipath.com///orchestrator_/swagger/index.html. Enter sessionID into /odata/Sessions/UiPath.Server.Configuration.OData.DeleteInactiveUnattendedSessions and hit execute.
- Return to Monitoring page in Orchestrator, refresh page, and removal of unresponsive record should be instantaneous.