Skip to main content
PUT
/
energymodels
/
{energy_model_id}
Update Saved Energy Model
curl --request PUT \
  --url https://api.example.com/energymodels/{energy_model_id}

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.