#What would be the fastest way to clear storage used by Appwrite functions volume?

3 messages · Page 1 of 1 (latest)

glad light
#

Appwrite functions volume is taking up 34 GB of space. What's the fastest way to bring down this number? Like deleting old builds, executions, etc?

#

What would be the fastest way to clear storage used by Appwrite functions volume?

south mango
#

Clearing out older builds/deployments can help. You could also use a cron job like function to regularly clear out older deployments if they are not needed.