From the dashboard
In the Account > Dashboard tab of the Fasterize Admin Console, you can find a Clear Cache button in the actions column. Click on it and confirm.
You will also find the same button from the Configuration > Overview page .
The third possibility is to go to 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 tous les domaines de la configuration
curl -i -H "Authorization: $myApiToken" -X POST https://api.fasterize.com/v2/configs/$config_id/cache/purge