Environments
Update Chain environment
Update a chain environment’s settings and returns the chain environment.
PATCH
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Body
application/json
A request to update a chain environment.
Promotion settings for the environment
Example:
{
"promotion_cleanup_strategy": null,
"ramp_up_duration_seconds": 600,
"ramp_up_while_promoting": true,
"redeploy_on_promotion": null,
"rolling_deploy": null,
"rolling_deploy_config": null
}Response
200 - application/json
A response to update a chain environment.
Whether the update was successful
Previous
Chainlet environmentUpdates a chainlet environment's autoscaling settings and returns the updated chainlet environment settings.
Next
cURL