Simulations

Upgrade Simulation To Ucp

Explicitly upgrade a simulation to UCPSolution format.

This triggers a re-run of the simulation to generate and store the UCPSolution file, enabling lazy variable evaluation for future requests.

Parameters

simulation_id : str ID of the simulation to upgrade

Returns

dict Status information about the upgrade - If already upgraded: returns current solution_storage_path - If upgrade triggered: returns 202 with job_id

Raises

HTTPException 202 if re-run is triggered 404 if simulation not found

post/simulations/{simulation_id}/upgrade

Path parameters

simulation_idstring required

Response

Successful Response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.