ncloud_edge_purge
Purges cache on Global Edge CDN edges. Supports all, directory, pattern, or specific URL purging.
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 |