mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-26 03:55:40 +08:00
7 lines
224 B
Bash
7 lines
224 B
Bash
curl -X POST \
|
|
"$LANGFLOW_URL/api/v1/build/$FLOW_ID/flow" \
|
|
-H "accept: application/json" \
|
|
-H "Content-Type: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY" \
|
|
-d '{"stop_component_id": "OpenAIModel-Uksag"}'
|