Searched refs:host_remove_labels (Results 1 – 2 of 2) sorted by relevance
268 >>> rpc_interface.host_remove_labels(id='host2', labels=['label2'])276 >>> rpc_interface.host_remove_labels(id='host2', labels=['label1'])277 >>> rpc_interface.host_remove_labels(id='host1', labels=['label1'])
435 def host_remove_labels(id, labels): function