Updates an existing simulation run plan by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the run plan to update
Input for updating an existing simulation run plan
Name of the run plan
1Description of the run plan
Direction of the simulation (INBOUND or OUTBOUND)
INBOUND, OUTBOUND Number of iterations to run for each test case. Must be 1 for OUTBOUND direction.
x >= 1Maximum number of concurrent simulation jobs
x >= 1Maximum duration in seconds for each simulation
x >= 1Timeout in seconds for silence detection
x >= 1Phrases that trigger end of call. Empty array disables the feature.
Execution mode (PARALLEL or SEQUENTIAL)
PARALLEL, SEQUENTIAL_SAME_RUN_PLAN, SEQUENTIAL_PROJECT Scenarios to include in this run plan. The same scenario ID can appear multiple times with different variables.
1Personas to include in this run plan
1Agent endpoints to include in this run plan
1Evaluators to include in this run plan
1The updated run plan
A simulation run plan defining the test matrix