How to remove old instances from zeebe simple monitor

Hi Team,

Please help me how to clean/remove old instance form zeebe simple monitor and how to stop the jobs that are continuously executing .

PFA

thanks
rk

Hi @Ramakrishna,

there is not explicit way of removing data from the simple monitor. You can delete the data directly in the database.

Best regards,
Philipp

Can you do an example how can do that ? Can I remove just one workflow or I need to remove all workflows and deploy again ?

Hi @MarcelloCosta ,

I want to remove unwanted workflows which were deployed previously.

I don’t want to remove all.

Thanks
rk

Hi @Ramakrishna. Right! Same here. But, @philipp.ossler said “You can delete the data directly in the database.”. How can we do that ?

Hi @MarcelloCosta,
Zeebe using H2 in-memory db, may be we have to connect it and delete unwanted data
or
we need to delete zeebe container and start it from the beginning.

I have deleted container and freshly started but in this case we will loose all the data.

we need proper solution for this.

thanks
rk