Manage Automations

This section describes how to list your defined automations, or executions of a specific automation. It also provides the instruction for deleting an automation.**

List Automations

To list the automations using the Frogml CLI:

frogml automations list

List Automation Executions

To list the executions of specific automation:

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

Delete Automations

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

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