cURL
curl --request POST \ --url http://localhost:2468/v1/processes \ --header 'Content-Type: application/json' \ --data ' { "command": "<string>", "args": [ "<string>" ], "cwd": "<string>", "env": {}, "interactive": true, "tty": true } '
{ "args": [ "<string>" ], "command": "<string>", "createdAtMs": 123, "id": "<string>", "interactive": true, "owner": "user", "status": "running", "tty": true, "cwd": "<string>", "exitCode": 123, "exitedAtMs": 123, "pid": 1 }
Spawns a new process with the given command and arguments. Supports both pipe-based and PTY (tty) modes. Returns the process descriptor on success.
Show child attributes
Started process
user
desktop
system
running
exited
x >= 0