You can make bulk changes to the devices using the API

  1. Ensure that the BVE API is running (from the Traverse Controller in Windows or etc/bveapi.init start on Unix)
  2. From a Windows command prompt or a Unix shell (type the following commands):
    telnet localhost 7661
    login zyrion zyrion
    Device.List "deviceName=*"
    Test.List "deviceName=xyz", "testName=*"
    Test.Suspend "testName=VirtMemUsed", "deviceName=compaq*"

    Device.delete "deviceName=*"
    Quit