Environments
Update Chain environment
Update a chain environment’s settings and returns the chain environment.
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
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
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