update a specific simulation by id.
only fields provided in the request body will be updated.
API key required to authenticate requests.
request body for updating a simulation.
all fields are optional; only provided fields will be updated.
updated simulation name
human‑readable description of the simulation
optional default prompt UUID for this simulation
optional default knowledge base UUID for this simulation
maximum number of concurrent runs (max 500)
0 < x <= 500whether to hang up the call on transfer
maximum duration of each call. units specified by max_call_duration_units
units for max_call_duration: 'minutes' or 'seconds'
minutes, seconds maximum number of turns per simulation run
ringing timeout in seconds before abandoning
settings for digital humans in the simulation
array of custom metric IDs to be saved in settings
score threshold below which a custom metric is considered failing (0-100)
0 <= x <= 100score threshold at or above which a custom metric is considered passing (0-100)
0 <= x <= 100array of tags for the simulation
whether the simulation is pinned
Successful Response
sequential, parallel, max_concurrent