Update a Sequence
Sequences
Update a Sequence
Applies a state transition to a sequence (see the action field for valid values and their meanings). Returns the refreshed sequence representation, including its tasks.
PATCH
Update a Sequence
Documentation Index
Fetch the complete documentation index at: https://docs.monaco.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Body
application/json
State transition to apply:
enqueue— move a suggested sequence into the queuepause— temporarily halt executionresume— resume a paused sequencestop— end the sequence as failed
Available options:
pause, resume, stop, enqueue Example:
"enqueue"