can automations be created + synced to prefect clo...
# prefect-cloud
l
can automations be created + synced to prefect cloud with code?
1
w
yep you can hit the API like that or use the prefect client, here’s the method you’d want to call
Copy code
<https://github.com/PrefectHQ/prefect/blob/5fc96a5fdcd60ef0b5f0f25f9579698d4a41f742/src/prefect/client/orchestration.py#L2643>
and here’s more general info on using the client https://docs.prefect.io/latest/guides/using-the-client/?h=client