Upgrade Simulation To Ucp
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
Upgrade Simulation To Ucp
Path Parameters
Response
Successful Response