Send unload signal
Removes an idle process from active memory, keeping its database record and outputs intact. The process id remains valid and can be revived later via the run signal. Returns a conflict when the process is not idle or is not in active memory.
Path Parameters
Numeric process identifier serialized as a path parameter.
Body
Any JSON object. The payload is ignored and only object-ness is validated.
Response
The process was unloaded from active memory.
Process snapshot returned by the process management endpoints.
Stable process identifier assigned at creation. Persists across restarts.
x > 0Ephemeral in-memory process identifier, or null when the process is not in active memory.
x > 0Current lifecycle state of the process.
queued, running, idle, terminating Terminal exit state of the process. Null until the process becomes idle.
failed, success, timeout, canceled, null Error message captured during execution, or null if no error occurred.
ISO-8601 timestamp of when the process was created.
ISO-8601 timestamp of when the process completed, or null if still running.
Optional caller-supplied reference string used to correlate related processes.
1