Searched refs:host_remove_labels (Results 1 – 2 of 2) sorted by relevance
240 >>> rpc_interface.host_remove_labels(id='host2', labels=['label2'])248 >>> rpc_interface.host_remove_labels(id='host2', labels=['label1'])249 >>> rpc_interface.host_remove_labels(id='host1', labels=['label1'])
451 def host_remove_labels(id, labels): function