From the dashboard


You can purge all static files on the Cache Purge page  :


From the API


You can also use the API to flush the cache of all resources or specific resources. You will find the API token on your dashboard and the identifier of your configuration in the URL of the dashboard of your configuration. For example, https://www.fasterize.com/en/website_configs/1/dashboard has configuration ID 1 .


Information for the full purge can be found on the API documentation .


# Vider le cache pour les pages html (sans les ressources statiques associées)

curl -i -H 'Content-Type: application/json' -H "Authorization: $myApiToken" -X POST -d '{"tag" : "html"}' https://api.fasterize.com/v2/configs/$config_id/cache/purge/tags