Hello,
We are using LiveKit Cloud and found a session that appears to be stuck as ACTIVE in the Sessions dashboard.
Details:
- Room name:
1 - Stuck session ID:
RM_d6X7rgCKks5Q - Started at:
2026/03/19 13:50:13(JST) - In the Sessions dashboard, this session remains
ACTIVEand its duration keeps increasing
What we confirmed on our side:
- We can manage the current room normally with RoomService API
ListRooms(names=["1"])returns no rooms for the stuck session caseListParticipants(room="1")returnsnot_foundDeleteRoom("1")returnsnot_found- When a new real room with the same app-level room is created, it appears separately and can be deleted normally with
DeleteRoom - After deleting the current real room,
ListRooms(names=["1"])becomes empty again, but the old sessionRM_d6X7rgCKks5Qstill remainsACTIVEin the Sessions dashboard
So it looks like:
- the RoomService API no longer sees an active room for that stale session
- but the Sessions dashboard still shows the old session as
ACTIVE
Could you please confirm:
- whether this is a known issue with stale/analytics session records
- whether this stuck session is still counted toward usage / participant minutes
- whether there is any way to force-close or clear that session record
If needed, I can provide our project details and API credentials privately.
Thanks.