get/api/kernel/status

Headers

Marimo-Session-Idstring required

Response

Report whether the kernel is currently executing. running means at least one cell is queued or running; idle means the kernel is alive but not executing; stopped means the kernel process is not running.

state'idle' | 'running' | 'stopped' required

Changes