v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187279224.4 KB

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