> ## Documentation Index
> Fetch the complete documentation index at: https://docs.molesignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 管理流水线

> 列出、查看、编辑、运行、暂停和删除定时流水线。

```http theme={null}
GET  /api/v1/scheduled_pipelines
POST /api/v1/scheduled_pipelines
```

定时流水线按间隔表达式（`every:Ns/m/h`）运行。创建需要 `pipelines.create`。

```http theme={null}
GET    /api/v1/scheduled_pipelines/{id}
PUT    /api/v1/scheduled_pipelines/{id}
DELETE /api/v1/scheduled_pipelines/{id}
GET    /api/v1/scheduled_pipelines/{id}/runs
POST   /api/v1/scheduled_pipelines/{id}/backfill
```

查看流水线及运行历史需要 `pipelines.read`，修改配置需要 `pipelines.edit`，切换 `enabled` 需要
`pipelines.pause`，提交回填需要 `pipelines.run`，删除需要 `pipelines.delete`。回填窗口不能超过 31 天。
