(New in 6.3)
Qube! 6.3 introduces introduced Externally Updatable Worker Resources and Properties, which are site-defined worker resources and properties that may be periodically updated externally by programs using API calls. Jobs, on submission, may "reserve" these resources or "request" properties on the workers.
...
qb.deleteworkerresources("shinyambp.local", ["host.extres"])
qb.deleteworkerpropertiessdeleteworkerproperties("shinyambp.local", ["host.extprop", "host.extprop2"])
Note that these routines require a list for the 2nd argument (like ["host.extres"]) .
See Also