Find buckets and forwarders
The management commands take a bucket slug and a forwarder name. List them first.Output
SLUG column is the value you pass to -b.
Output
NAME is what you pass to -f, and STATUS is active, paused, or inactive. Without --bucket, forwarders from every accessible bucket are listed; add --bucket <id> to scope the list to one bucket.
Pause, resume, or disable
Three actions control whether a forwarder delivers:Pause
Hold delivery for an active forwarder. Reversible, and the forwarder stays configured.
Resume
Restart delivery and keep the saved rate limit. Also reactivates a disabled forwarder.
Disable
Turn a forwarder off until it is explicitly resumed.
- Interactive
- Scripted
Internal vs external. External forwarders are delivered by Repost and can be paused at any time — this is the one to pause around a deploy. Internal forwarders are driven by a connected CLI session; in the dashboard, their pause control appears only while a
repost forward listener is connected.Shortcuts
| Shortcut | Command |
|---|---|
repost bl | repost bucket list |
repost fl | repost forwarder list |
repost fp | repost forwarder pause |
repost fr | repost forwarder resume |
repost fd | repost forwarder disable |
Next
Pause in CI
Pause and resume a forwarder around a deploy in a GitHub Actions pipeline.
Dashboard lifecycle
The active, paused, disconnected, and deleted lifecycle in the dashboard.
Command reference
Full flags, output columns, and shortcuts for every command.