Delete select volumes

How can I delete no longer used volumes? I am aware of “purge”, but that deletes all, including inactive volumes.

Can I just delete the relevant folders (e.g. /mnt/data/docker/volumes/1955711_www) on the host?

Hi You can use these commands for volumes after you ssh into device:

balena ssh deviceid
balena-engine volume ls
balena-engine volume ls -f dangling=true
balena-engine volume rm volume_name volume_name
balena-engine volume prune

Let us know if that doesn’t work for you.

Thanks, this worked perfectly!

Awesome! Glad it worked for you.