Rerun Saved Energy Model
Energy Models
Rerun Saved Energy Model
Run the currently saved energy-model JSON in place on the same row
POST
Rerun Saved Energy Model
POST /energymodels//run
Use this endpoint afterGET ...?include=inputs and PUT when you want to run
the currently saved JSON on the same energy-model row.
Notes
- The endpoint takes no request body.
- Reruns use the same current output contract as
POST /energymodels, so the sameoutput.blockIndex,output.blockResults,output.lossBreakdownTimestamps, andoutput.irradianceLossDetailrules apply. - Sync execution is the default.
- Add
?async=trueto queue the rerun in the background. - Success responses reuse the same
energyModelId; rerun does not create a new row.
