I have loads of Vertex AI pipeline runs. The GUI only lets me delete them one at a time. Is there a CLI command that lets me delete them in batch (ideally keeping the most recent)?
It seems deleting a pipeline using CLI is not feasible at this point. But you can achieve the same by using the Vertex AI SDK for Python or Java as mentioned here. For multiple pipelines, you can use a loop and pass their IDs to the function.