Skip to main content
POST
/
nessie
/
pipeline
/
pause
Pause Pipeline
curl --request POST \
  --url https://{server}.mixpanel.com/api/2.0/nessie/pipeline/pause \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'name=<string>' \
  --data project_id=123
{
  "error": "<string>",
  "status": "error"
}

Authorizations

Authorization
string
header
required

Service Account

Body

application/x-www-form-urlencoded
name
string
required

The name that uniquely identifies the pipeline.

project_id
number

Your project id (must be specified when using service account based authentication)

Response

Success