Managing Automations

List automations

To list the automations using the Qwak CLI:

qwak automations list

Delete automations

To delete an automation using the Qwak CLI (using automation id as a parameter):

qwak automations delete --automation-id <your-automation-id>

List automation executions

To list the executions of specific automation:

qwak automations executions list --automation-id <your-automation-id>