Configure Scale Down Rate
Captured source
source ↗Configure scale-down rate Announcing our Series F . Learn more
changelog / post
Configure scale-down rate
Jun 29, 2026 Go back
You can now cap how aggressively the autoscaler removes replicas when traffic drops. Set max_scale_down_rate between 1% and 50% (default 50%) to limit the share of excess replicas removed at each scale-down step.
Lower the rate to scale down more gradually and keep more replicas warm when traffic tends to rebound. Raise it toward 50% to release idle capacity faster. curl -X PATCH \ https: //api.baseten.co/v1/models/$MODEL_ID/deployments/production/autoscaling_settings \ -H "Authorization: Api-Key $BASETEN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "max_scale_down_rate" : 20 }' For more information, see our docs .
Explore Baseten today Start deploying Talk to an engineer
Popular models GLM 5.2
Kimi K2.7 Code
DeepSeek V4
GPT OSS 120B
Whisper Large V3
NVIDIA Nemotron 3 Ultra
Explore all
Popular models GLM 5.2
Kimi K2.7 Code
DeepSeek V4
GPT OSS 120B
Whisper Large V3
NVIDIA Nemotron 3 Ultra
Explore all
Notability
notability 3.0/10Routine feature update on autoscaling configuration.