Skip to main content
Removes specific event subscriptions from an agent. You can remove a branch subscription, one or more file subscriptions, or both at once. To remove all subscriptions at once, use murmur subscriptions flush instead.

Synopsis

On a VM, the slug is optional — omitting it unsubscribes the current agent.

Arguments

Examples

Remove a branch subscription

The agent fix-auth no longer receives events from pushes to main.

Remove file subscriptions

Remove both branch and file subscriptions

Self-unsubscribe on a VM

When running on an agent VM, omit the slug:

Errors