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

Werk #16152: host_config: bulk delete hosts requires at least 1 entry

Component REST API
Title host_config: bulk delete hosts requires at least 1 entry
Date Oct 2, 2023
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.3.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

This werk addresses an issue found by our QA team when bulk deleting hosts via the following endpoint.

/domain-types/host_config/actions/bulk-delete/invoke

The body for this endpoint requires that the entries fields is given a list of host names that the client wants to delete. However, when passing in an empty list, this was causing problems. To get around this, we've set a mininum value of items for the entries field to 1.

To the list of all Werks