Stages new code as a process. The optional block flag waits until execution is idle before the response is returned. The optional timeout is expressed in milliseconds and may be null to explicitly clear it.
Documentation Index
Fetch the complete documentation index at: https://modelcontrolinterface.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request body used to create a new process entry.
Executable source code or script body to stage and run in the process environment.
When true, waits for the process to become idle before responding.
Optional reference label used for filtering and correlation.
1Optional timeout in milliseconds. Null explicitly clears the timeout.
x > 0Process created successfully.
Response returned when a process is created.
Numeric identifier assigned to the newly created process.
x > 0