mulerun computer is the umbrella for everything you can do with a MuleRun
compute instance: spin one up, run a shell, execute a single command, or
chat with the on-instance AI agent.
This page is a quick overview. Detailed per-subcommand pages are coming
soon.
Instance lifecycle
<instance-id> is optional: when omitted, the CLI
auto-detects the first RUNNING instance (and will wake a SLEEPING one if
that’s the only option).
Remote execution
ACP chat
Talk to the AI agent running on the instance over the ACP protocol.<instance-id> is provided, the CLI picks the first RUNNING
instance (or wakes a SLEEPING one). Press Ctrl+C during a stream to
cancel the prompt cleanly.
Filesystem operations
Thefs subgroup talks to the instance’s filesystem over a JSON-RPC
channel:
Tips
--waitonwakeup/rebootblocks until the instance reachesRUNNING— useful when the next command needs the instance up.releasedefaults to economy suspend (recoverable).--forcemakes it destructive; pair with--yesto skip the confirmation prompt only when you know what you’re doing.