Simulations

Batch Upgrade Simulations

Batch upgrade simulations to the new storage format.

Triggers re-runs for simulations that are still in the old format (JSONB in simulation_data table) to migrate them to the new format (parquet files in storage).

Parameters

body : BatchUpgradeRequest List of simulation IDs to upgrade

Returns

list[BatchUpgradeResult] Results for each simulation upgrade attempt

post/simulations/batch-upgrade

Request body

simulation_idsstring[] required

List of simulation IDs to upgrade

Response

Successful Response

{"stackTrail":"paths:/simulations/batch-upgrade:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes