Deleting old sessions

Hi there,

how can i delete old/closed sessions from dashboard on a massive scale (not one by one)? We have hundreds of old sessions in the view which is pretty annoying. We are using Cloud starter edition.

Thanks,
Manuel

Hello Manuel,

I’m afraid there’s currently no option to do so in bulk. If you have the login credentials and clientIDs available, one way would be to use a script to go through the list and connect with clean session set.
I like to use HiveMQ’s MQTT CLI for such tasks.

Kind regards,
Finn

OK, thanks. I finally deleted the whole cluster and started over (without any persitant connections, which caused the trouble in the first place)
Manuel