cloudflare_purge_cache
Purge Cloudflare CDN cache for a site.
Without urls: purges all cached content for the site's subdomain. With urls: purges only the specified URLs (max 30 per call).
Requires: API key with write scope.
Args: slug: Site identifier urls: Optional list of specific URLs to purge (e.g. ["https://my-site.borealhost.ai/style.css"])
Returns: {"purged": true, "scope": "host", "domain": "my-site.borealhost.ai"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| urls | No |