如何删除"vctl config list platform.driver"上列出的特定配置文件?



在运行命令vctl config list platform.driver时,我得到了假设备代理和远程代理的配置。这一定是因为我选择"是"以在最初运行vcfg的主驱动程序上安装假设备。

任何人都可以建议我如何删除假设备,只保留我的 modbus 设备代理的配置?

我尝试删除 platform.drivervctl 删除 platform.driver并重新配置我的 VOLTTRON 环境。(这次没有安装假设备(不过,我还是列出了两种设备的配置。

您可以使用以下命令从存储中按名称删除特定配置

volttron-ctl config delete <agent vip identity> <configuration name>

https://volttron.readthedocs.io/en/6.0/core_services/config_store/Commandline-Interface.html

相关内容

最新更新