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 withenable/disable (a config flag on the endpoint), distinct from deployment schedule pause/resume:
Rotate the signing secret
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.