27 Sep 2026 09:58 AM
how can i make sure oneagent is completely out of billing ?
by stop monitoring oneagent or uninstall oneagent
how can i double sure that this host will not get billed in next cycle . can i take list of oneagent with uninstalled status
27 Sep 2026 11:16 PM
Hi @Vijayt
Only a full uninstall guarantees the host exits billing. Disabling monitoring is a pause for data collection, not a billing stop.
Run below dql to see the status of OneAgent.
fetch dt.entity.host
| fields entity.name, id, state, monitoringMode
| filter state != "RUNNING"
| sort entity.name asc
Thanks,
Sujit
Featured Posts