Closed
Description
Tell us about the problem you're trying to solve
We no longer clean up data which can cause space issues.
It was part of the old scheduler, it has been removed temporarily and is planned to be migrated (#11869)
As a result, until that is done, we no longer offer a way to programmatically clean up space.
Describe the solution you’d like
When we deprecated the code, we kept around the former clean up code.
Could we package it as a script to manually clean up as a workaround for now?