Werk #19619: REST API: bake_agent parameter now returns an error when the agent bakery is not available
| Component | REST API | ||
| Title | REST API: bake_agent parameter now returns an error when the agent bakery is not available | ||
| Date | Apr 30, 2026 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Incompatible - Manual interaction might be required | ||
| Checkmk versions & editions |
|
Previously, passing bake_agent=true to the host creation REST API endpoints on editions
without the agent bakery would silently succeed with no agents being baked.
This has been fixed. Calls with bake_agent=true now return HTTP 400 with a clear message
when the agent bakery is not available on your edition.
If your automation passes bake_agent=true on an edition without the agent bakery, update
your calls to omit the parameter or set it to false.