# Stop

Launch stage: GA

`POST /api/2.0/pipelines/{pipeline_id}/stop`

Stops the pipeline by canceling the active update. If there is no active update for the pipeline, this request is a no-op.

API scopes: pipelines

## Path parameters

- `pipeline_id` (string, optional)

## Response

```json
{}
```

