Skip to content

Purge via the dashboard

Quant clears caches automatically when content changes. The dashboard purge tool is for the cases where you want to trigger a purge manually — for example if content appears “stuck”, or you want to clear caches outside of a deployment.

From your project in the dashboard, open Purge Cache. You need the edit_projects permission on the project.

Enter a URL path — no domain, just the path starting with a slash.

  • A specific path, e.g. /blog/my-post, purges that page.
  • /* purges the entire cache for the project.
  • On non-migrated projects, wildcards are supported, e.g. /images/*.

Instead of a URL, you can purge by one or more cache keys, separated by spaces (e.g. env:test release:1.4.2). Every cached object tagged with any of those keys is purged.

This requires your origin to emit a Cache-Keys response header on the content you want to tag — see Using cache keys for the full explanation.

The URL and cache-key fields are mutually exclusive: filling one disables the other.

The Soft purge toggle marks content as stale rather than deleting it immediately, allowing stale content to still be served if your origin is unavailable. Soft purge is available on migrated edge projects.