Hey Prefect team! we have created alot of actions under automations (various pager duty instances to different environments). Now we want to clean some up; how do we remove an action?
k
Kevin Kho
05/28/2021, 3:04 PM
Hi @Charles Leung, unfortunately this is not exposed yet in the UI. You’ll need to use the GraphQL API. Are these attached to Flows or Agents?
c
Charles Leung
05/28/2021, 3:21 PM
they're attached to flows - can you send me a sample graphql query?
k
Kevin Kho
05/28/2021, 3:26 PM
Copy code
query {
flow_sla_config {
id
kind
flow_groups {
id
}
duration_seconds
}
}
Kevin Kho
05/28/2021, 3:27 PM
This gets the Flow SLA Config
c
Charles Leung
05/28/2021, 3:27 PM
hm, but is there a specific query that can delete an action? 😞
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.