bunny_manage_edge_script
Manage BunnyCDN edge scripts by creating, updating, or deleting them. Choose standalone or middleware types, and update settings with BunnyCDN PascalCase fields.
Instructions
Create, update, or delete an edge script. Script types: 0=Standalone (handles full requests), 1=Middleware (runs before pull zone origin). For create, provide name and type. For update, provide settings with BunnyCDN PascalCase field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Edge Script ID (required for update/delete) | |
| name | No | Script name (required for create) | |
| type | No | Script type: 0=Standalone, 1=Middleware (for create) | |
| action | Yes | Action: create, update, or delete | |
| settings | No | Settings object with BunnyCDN PascalCase field names (for update) |