Skip to main content

Update Agent Version

Overview

Deploy new versions of your agent with zero-downtime rolling updates.

SDK Example

// Auto-generated from SDK - Coming Soon
await workforce.updateVersion({
  agentId: 'my-agent',
  newVersion: 'v2.1.0',
  strategy: 'blue-green', // or 'canary' or 'rolling'
  rollbackOnError: true,
});

Use Cases

  • Version updates
  • Zero-downtime deployment
  • A/B testing
  • Rollback capability

See Also

  • Deploy Agent to Hosted HumanOS
  • Monitor Agent Health
  • Scale Agent Instances

← All patterns