Pause a currently running pipeline instance
curl --request POST \ --url https://api.vectorshift.ai/v1/pipeline/{id}/pause \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "run_id": "<string>" }'
{ "status": "success" }
Bearer token authentication using API key
Pipeline ID
Pipeline paused successfully
The response is of type object.
object