ncloud_edge_edit_edge
Update an existing edge configuration by providing the full JSON object. Retrieve the current config, modify it, and submit to apply changes.
Instructions
Edit an existing Global Edge CDN edge configuration. Provide the full edge configuration as a JSON object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edgeId | Yes | Edge ID to edit | |
| configuration | Yes | Full edge configuration as JSON string (get current config from ncloud_edge_get_edge, modify, and pass here) |