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
28 Sep 2026 12:23 AM
@Vijayt If you want to keep OneAgent installed and retain the historical data but stop billing, you can disable monitoring at the host level as well. This would stop the billing for the host from that point of time as the license consumption is measured in host hours.
If you have a non production environment where you want to monitor the hosts only during business hours and disable the monitoring during non business hours to save on license costs , you should be able to achieve it by disabling the monitoring for the duration you do not want to monitoring the host and you would not be charged for usage .
Featured Posts