@marco 60 GB is indeed a lot for a single user instance.
These are the commands I run as part of a script every day (I forgot I lowered the 4 days to 3 to cope with the AI scraping).
----------------------
echo "Processing: tootctl media remove"
RAILS_ENV=production NUM_DAYS=2 bin/tootctl media remove --days=3
echo "Processing: tootctl preview_cards remove"
RAILS_ENV=production NUM_DAYS=30 bin/tootctl preview_cards remove --days=30
echo "Processing: tootctl media remove --remove_headers true"
RAILS_ENV=production bin/tootctl media remove --remove_headers true
echo "Processing: tootctl media remove --prune_profiles true"
RAILS_ENV=production bin/tootctl media remove --prune_profiles true
----------------------
You can add "--dry-run" on a lot of tootctl commands if you just want to try it out without actually changing stuff.
Check out the documentation here: https://docs.joinmastodon.org/admin/tootctl/#media-remove