Deployments
Update deployment config
Update configuration for a managed Core instance.
PUT
Use this endpoint to override configuration on a deployment. Send only the keys you want to change. Cloud checks the keys against
allowed_keys from Get deployment config, applies the overrides and restarts the instance.
Authorization
Blnk Cloud APIs support any one of the following authentication methods. All of them work with yourCLOUD_API_KEY or OAUTH_ACCESS_TOKEN.
Pass X-blnk-key: CLOUD_API_KEY or X-blnk-key: OAUTH_ACCESS_TOKEN.
Path
string
required
Unique id of the deployment (
deploy_...). Do not pass instance_id here.Body
The body is a JSON object of overrides. Include any one of the keys fromallowed_keys on Get deployment config, or several. Omit keys you want to leave at the default. Do not send a key that is not in that list.
Match the type shown for each key. For what each key means, see the Core configuration reference.
Response
string
Confirmation that the config was applied and the instance is restarting. Track progress with Get deployment details.