stop_function_instance
Stop a running Cognigy.AI Function instance to cancel long-running or stuck functions. Set dryRun to false to execute the stop.
Instructions
Stops a running Cognigy.AI Function instance. Use this to cancel a long-running or stuck function. MUTATING: Set dryRun=false to stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without stopping. Set to false to actually stop. | |
| functionId | Yes | The function ID | |
| functionInstanceId | Yes | The function instance ID to stop |