Documentation Index
Fetch the complete documentation index at: https://docs.pipedata.io/llms.txt
Use this file to discover all available pages before exploring further.
pd ls shows every pipe in your workspace with its state and stats. pause / resume toggle whether a pipe accepts new data or delivers records. delete requests removal.
TL;DR
pd ls
--range controls the window for stats (15m, 1h, 24h, 7d, 30d, all). Default is all.
The NOTES column shows transient delivery failures (* fails, retried automatically) and permanent undelivered counts (records that exceeded the retry budget). See Forward to a webhook for retry behavior.
Pipe states
| Status | Meaning |
|---|---|
running | Reading / accepting / delivering. |
paused | Stopped. Producers can’t push to a paused source; downstream pipes pause too. |
pd pause / pd resume
Both take a pipe name and toggle its running flag. Works for any pipe kind (source:http, dest:http, uniq).