ncloud_edge_purge
Purge the cache for a Global Edge CDN edge by specifying all content, directories, patterns, or URLs, providing immediate invalidation of stale data.
Instructions
Run a cache purge (invalidation) on a Global Edge CDN edge. Supports purging all content, by directory, pattern, or specific URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edgeId | Yes | Edge ID to purge cache for | |
| purgeType | Yes | Purge type: ALL (purge everything), DIRECTORY (by directory path), PATTERN (directory + extension), URL (specific files) | |
| purgeTarget | No | Purge target list (omit for ALL type). DIRECTORY: /path/*, PATTERN: /path/*.ext, URL: /path/file.ext |