Hi guys, when trying to run a deployment via <http...
# ask-community
f
Hi guys, when trying to run a deployment via https://XXX/api/deployments/12345/create_flow_run it does not run the deplyoment and send back an error: via browser
Copy code
{
  "detail": "Method Not Allowed"
}
via API docs on prefect server
Copy code
"detail": "Data integrity conflict. This usually means a unique or foreign key constraint was violated. See server logs for details."
Goal is to trigger a deplyoment/ flow from another when data was loaded by another tool. Thanks in advance. 🙂
c
how are you trying to trigger it
f
hosted it locally. using the /api/docs#/ or directly via the browser for testing purposes. Read depoyment information via GET is working fine