Hey! Silly question. I have Dagit, dagster-daemon ...
# ask-community
g
Hey! Silly question. I have Dagit, dagster-daemon and repo grpc server running in AWS as ECS services. I'm able to run a pipeline from Dagit UI, but is there a way to trigger run of the existing pipeline in this environment from my local machine using either CLI or API? I was looking through the documentation but it looks like it mostly considers running everything locally
d
hey Grigoriy - we have a GraphQL api that you can use for this (with a CLI client for some common API calls) https://docs.dagster.io/concepts/dagit/graphql#graphql-api
thankyou 1