Re: How to know bosh image id of the deployment
Marco Voelz
You might also want to look at
toggle quoted message
Show quoted text
`bosh delete deployment` followed by `bosh cleanup --all` If the stemcell isn't used by any other deployments, it will be deleted from glance as well. You should be careful with deleting things yourself from glance. If you deploy anything else it may be using the same image. I would generally advise you to not build your own scripts when there is a set of commands in bosh to achieve the same thing. Warm regards Marco On 28/04/16 14:12, "Rosker, Matthias" <matthias.rosker(a)sap.com> wrote:
Hi, |
|