Skip to main content
Manage deployments (scheduled agents) and webhooks (event subscriptions).

Deployments

update takes the same flags as create except --agent; only the flags you pass are changed.
Pin --agent-version for a staged rollout or rollback: scheduled runs stay on that immutable config until you re-pin, instead of jumping to current_version on the next fire.

Webhooks

Full reference: vetta webhook.

Pause & update

Webhooks toggle with enable/disable (a config flag on the endpoint), distinct from deployment schedule pause/resume:

Rotate the signing secret

Returns a new secret (shown once). During the overlap window both the old and new secrets sign each delivery via a multi-signature Vetta-Signature: v1=…,v1=… header, so your verifier keeps accepting deliveries with zero drops. Update your stored secret, then let the old one expire. The SDK unwrap helper validates either signature automatically.

Delivery log & redelivery

See Webhooks for the signature scheme, retry/auto-disable policy, and payload shapes.