We don't really care about the old builds, and don't need to keep them around for posterity.
Is there some command to use so we can write a script to delete them? I am not seeing any way to delete the old builds on the history page, or in the command line documentation. (gcloud builds describe ... but no delete)
Thanks
There’s no gcloud command to delete a build. Where are your old builds stored? This can help us to give you a more precise guide to achieve it. If they are stored in Google Cloud Storage, this guide could be helpful [1], but if they are in Google Artifact Registry this other one could solve it [2].
[1]:https://cloud.google.com/storage/docs/deleting-objects
[2]:https://cloud.google.com/artifact-registry/docs/repositories/delete-repos