Page 1 of 1
How long is an optimization result stored?
Posted: Thu Dec 21, 2023 10:17 am
by Bernd Welter
How long can I retrieve a planning result through the getOptimizationResult method?
Re: How long is an optimization result stored?
Posted: Thu Dec 21, 2023 12:04 pm
by michael.unrau
Data retention policy is currently still under discussion.
Cheers,
Michael
Re: How long is an optimization result stored?
Posted: Fri Oct 10, 2025 10:15 am
by Bernd Welter
Awesome - meanwhile we added some convenience functions and I created a little admin frontend which enables me to
- jump through the planning history
- visualize various KPIs

Very helpful - thanks!
Re: How long is an optimization result stored?
Posted: Wed Jan 21, 2026 1:50 pm
by Bernd Welter
FYI: In v 1.39 (19.01.2026) we added the parameter metadata.deletion which serves for a better housekeeping
deletion : string <date-time>
The deletion time of the optimization. Must be in the future and only applies to finished optimizations. Formatted according to RFC 3339, section 5.6.
- Now in the past we removed all plannings 2 weeks after creationDate.
- This is still the default behaviour if you do not specify the deletion date during the startOptimization.
- We are now more flexible and trust you to perform some housekeeping by
- Specifying a fair deletion date with the startOptimization
- Or by removing you plannings every once in a while via deleteOptimization
- Or by updating the deletion date via updateOptimizationMetadata

- The column "Metadata Deletion" shows the deletion date.
In the VIRTUAL column "Metadata TimeTillDeletion" I calculated the remaining time on client side. As you can see in the 3rd row the date is in more than 3 weeks.