stop_kernel
Stop a Jupyter kernel and permanently remove it along with all its state.
Instructions
Stop and permanently remove a Jupyter kernel and all its state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_id | Yes | ID of the kernel to stop (WARNING: This will permanently remove the kernel and all its state) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kernel_id | Yes | ||
| success | Yes | ||
| message | Yes | ||
| timestamp | Yes | ||
| error | No |