From the dashboard
In the Fasterize configuration screen, click on the "Quick Action" button in the top right-hand corner, then on "Flush cache". Select the "Purge all files" option and confirm by clicking on "Flush".
You can also find the "Flush cache" button directly on the project page by clicking on the three dots.
From the API
To clear the cache of all or specific resources via the API, please contact our support team to obtain the API token. Make sure you also have the configuration ID, which you can find in the dashboard URL of your configuration. For example, if the URL is https://dashboard.fasterize.com/feo/projects/64/configuration/1, the configuration ID is 1.
Information for the full purge can be found on the API documentation .
# Vider le cache pour tous les domaines de la configuration
curl -i -H "Authorization: $myApiToken" -X POST https://api.fasterize.com/v2/configs/$config_id/cache/purge
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article