Deployments
Get deployment config
Retrieve configuration for a managed Core instance.
GET
Use this endpoint to see which configuration keys you can change on a deployment, and which overrides are already applied. See Managed instances to learn more.
By default, all deployments are provisioned with configs optimized for production workloads. You only need to set these keys if you want to change the default behavior to fit your specific use case.
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.Response
object
Map of keys Cloud lets you override, with the expected type (
int, bool, url, or json). See the Core configuration reference for what each key means.object
Overrides you have applied. Empty when you have not changed any keys. The instance still runs the optimized defaults Cloud set when it created the deployment.