mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 15:47:29 +08:00
8 lines
189 B
Bash
8 lines
189 B
Bash
curl -X POST \
|
|
"$LANGFLOW_SERVER_URL/api/v2/workflows/stop" \
|
|
-H "Content-Type: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY" \
|
|
-d '{
|
|
"job_id": "job_id_1234567890"
|
|
}'
|