We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d187c6b commit cb99c97Copy full SHA for cb99c97
examples/update_host_groups.py
@@ -158,7 +158,7 @@ def main(self):
158
.format(self.options.id or self.options.name))
159
160
elif self.options.operation == 'clear': # clear all hostgroups
161
- self.appresponse.classification.bulk_delete()
+ self.appresponse.classification.bulk_delete(delete_all=True)
162
print("Successfully cleared all hostgroups")
163
164
0 commit comments