Skip to main content
PUT
Update Saved Energy Model

PUT /energymodels/

Use this endpoint to save edited EnergyModelInput JSON back onto an existing energy-model row.

Notes

  • The request body is the full EnergyModelInput payload.
  • The update happens on the existing row and clears stale outputs.
  • The response is an EnergyModelDetailResponse that includes inputs.
  • Rows in pending, queued, or running state return 409 Conflict.