kernel_interrupt
Interrupt a long-running kernel execution by sending a SIGINT signal, canceling the current operation while preserving the kernel state for continued work.
Instructions
Interrupt the running kernel (send SIGINT).
Use this to cancel a long-running execution without losing kernel state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |