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}/resume \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "run_ids": [ "<string>" ] } '
{}
Resume one or more paused pipeline instances
Bearer token authentication using API key
Pipeline ID
Pipeline resumed successfully
success
failed