Icinga for windows - Cleanup Servicecheck cache

Hi Together!

is there any own Icinga-commadlet to cleanup the servicecheck cache?

Path: C:\Program Files\WindowsPowerShell\Modules\icinga-powershell-framework\cache\service_check_cache

1.14.2 icinga-powershell-framework

did you try this in powershell:

icinga { Write-IcingaConsoleError ‘Hello from Icinga’ } -RebuildCache

Maybe that cleans this up too

Hi!
I know this, but what I will achive is to remove for example the xml and db file for the registered background services. The service caches there the metrics. After the service is unregistered and the framework service is restarted, the files are continuously kept there. I could delete them using with simple remove-Item, but maybe it damages something. I hope there is any tool inside the framework, which cleans these data/files.