This article explains how the Network I/O Control can be disabled on individual ESXi hosts if the same are disconnected from vCenter, considering NetIOC feature is a cluster wide setting that can be enabled or disabled on the VDS:
VMware vSphere ESXi
NetIOC on individual hosts can be temporarily disabled using the below commands:
vsish -e set /net/pNics/vmnicX/sched/useResPoolsCfg 0vsish -e set /net/pNics/vmnicX/sched/allowResPoolsSched 0
Replace vmnicX with the relevant vmnic in the above command.
NOTE: These changes done on individual hosts via CLI are not persistent.