Update chainlet environment's instance type
Updates a chainlet environmentβs instance type settings. The chainlet environment setting must exist. When updated, a new chain deployment is created and deployed. It is promoted to the chain environment according to promotion settings on the environment.
Authorizations
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Body
A request to update the instance types for chainlets in an environment. Multiples updates can be made in one request. The updates will be processed in batch and a new deployment will be created, deployed and promoted into the environment.
Mapping of chainlet name to the desired chainlet instance type. If the chainlet name doesn't exist, an error is returned.
Response
A response to update the environment settings for a chainlet. If updating the instance type
resulted in a re-deployment, requires_redeployment
will be True and the resulting deployment
will be returned in the chain_deployment
field.
Whether the resource update requires a re-deployment to update the instance type.
The chain deployment resulting from the resource update, if any.
The updated chainlet environment settings