Skip to main content
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

StatusMeaning
runningReading / accepting / delivering.
pausedStopped. 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).
Pausing a source pauses everything downstream too — pipes that depend on it. Resume the source first, then the downstream pipes.

pd delete

Deletion is irreversible. Records are purged within 72 hours and cannot be recovered. Pipes downstream of the deleted pipe are paused.

See also