Automation Management

List automation

To list the automations using the Qwak CLI:

qwak automations list

Delete Automation

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>

To list the executions of specific automation:

qwak automations executions list  --automation-id "automation_id"