ncloud_functions_unlink_trigger_action
Unlink an action from a trigger in Naver Cloud Functions. Requires confirm=true to execute destructive operation.
Instructions
⚠️ Destructive: Unlink an action from a trigger. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually execute the destructive operation | |
| platform | No | Platform type (default: vpc) | vpc |
| actionName | Yes | Action name in "{packageName}/{actionName}" format | |
| triggerName | Yes | Name of the trigger |