Update an auto monitor setup by external ID
Auto-monitor-setups
Update an auto monitor setup by external ID
Update an existing auto monitor setup by its external ID
PUT
Update an auto monitor setup by external ID
Documentation Index
Fetch the complete documentation index at: https://www.traceloop.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Auto monitor setup external ID
Body
application/json
Fields to update
List of evaluator slugs to run on matched spans
Example:
["hallucination", "toxicity"]Map of span attributes to filter which spans this monitor applies to. Keys are span attribute names (e.g. gen_ai.system, gen_ai.request.model) and values can be strings, numbers, or booleans. Example: {"gen_ai.system": "openai", "gen_ai.request.model": "gpt-4o", "gen_ai.request.max_tokens": 1000}

