Modify AI operator instance
Partially update an AI operator instance; only the fields present in the request body are changed.
Path parameters
Request body
Instance name (required on creation)
Instance description
Enable or disable the instance
Attention scope filter
AI model slot to use (empty = default)
Minimum interval between executions in seconds (floor 60)
Maximum interval between executions in seconds (must be >= minInterval)
Daily LLM token budget (0 = unlimited)
Additional persona instructions
Observation retention override in days (0 = server default)
Observation record cap override (0 = server default)
Response
Updated instance
Unique instance identifier
Instance name
Instance description
ID of the user who created the instance
True if the instance is enabled
True if an iteration is currently running
Attention scope filter (object names or IDs)
AI model slot used for executions (empty = default)
Minimum interval between executions in seconds
Maximum interval between executions in seconds
Daily LLM token budget (0 = unlimited)
LLM tokens used within the current usage day (UTC)
Additional persona instructions appended to the system prompt
Current focus set by the operator itself
Watch list maintained by the operator itself
State carried between iterations by the operator itself
Observation retention override in days (0 = server default)
Observation record cap override (0 = server default)
Time of the last completed execution
Scheduled time of the next execution
Number of completed iterations
Consecutive failed executions (resets on success and restart)
Explanation returned by the last execution
Instance creation time
Last configuration change time