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>" ] }'
{ "status": "success" }
Resume one or more paused pipeline instances
Bearer token authentication using API key
Pipeline ID
Pipeline resumed successfully
The response is of type object.
object