We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa2d5b commit dc77eb7Copy full SHA for dc77eb7
1 file changed
alertaclient/commands/cmd_unack.py
@@ -20,4 +20,4 @@ def cli(obj, ids, filters, text):
20
21
with click.progressbar(ids, label='Un-acking {} alerts'.format(total)) as bar:
22
for id in bar:
23
- client.set_status(id, status='unack', text=text or 'status changed using CLI')
+ client.set_status(id, status='open', text=text or 'status changed using CLI')
0 commit comments