Hello,
as far as I understood, when creating a Sandbox the volumes are re-used if the same tag/version is used. So, when I have a tag “foo” and created a sandbox on it, also after stopping the sandbox and creating a new one of the same tag the volumes (and the persisted data) will reappear.
We sometimes felt the need to “wiping” the volumes of a Sandbox instance. I know another approach would be to delete all data from within the instance (either e.g. via REST or via CLI tools directly within the containers) but I was wondering if there is a way to remove those dangling volumes somehow?