Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

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
2.6.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

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.

To the list of all Werks