Skip to main content

Scale Agent Instances

Overview

Manually scale agent instances up or down based on demand.

SDK Example

// Auto-generated from SDK - Coming Soon
await workforce.scale({
  agentId: 'my-agent',
  instances: 5, // Scale to 5 instances
  strategy: 'rolling', // Zero-downtime scaling
});

Use Cases

  • Manual scaling
  • Traffic spikes
  • Load distribution
  • Cost optimization

See Also

  • Configure Auto-Scaling
  • Monitor Agent Health
  • Deploy Agent to Hosted HumanOS

← All patterns