Removes every event subscription for an agent — all branch subscriptions, all file subscriptions, and all child subscriptions. After flushing, the agent receives no events until new subscriptions are added withDocumentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
murmur subscriptions add.
Synopsis
Arguments
Examples
Flush all subscriptions
Self-flush on a VM
When running on an agent VM, omit the slug:Errors
| Code | Meaning | What to do |
|---|---|---|
INVALID_ARGUMENT | Slug is required when not running on a VM. | Provide the agent slug as a positional argument. |
NOT_FOUND | No agent with that slug exists. | Check the slug spelling. Use murmur ls to see running agents. |
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
Related
- Events — concept overview
- Agents — concept overview
murmur subscriptions add— subscribe to branch or file eventsmurmur subscriptions remove— unsubscribe from specific eventsmurmur subscriptions ls— list an agent’s subscriptions