Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.vectorshift.ai/v1/pipeline/{id}/terminate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "run_id": "<string>" } '
{}
Stop a currently running pipeline instance
Bearer token authentication using API key
Pipeline ID
Pipeline terminated successfully
success
failed