GetDeploymentConfig returns the configuration for a deployment that the runtime should apply. This is called by the runtime to pull its Variables and Annotations from the admin service.

get/v1/deployments/{deploymentId}/config

Path parameters

deploymentIdstring required

Response

A successful response.

annotationsobject
duckdbConnectorConfigobject
editableboolean

Whether the deployment is editable (dev environment with changes persisted to git repo).

frontendUrlstring

Frontend URL for the deployment.

updatedOnstring date-time

Timestamp when the deployment was last updated.

usesArchiveboolean

Whether the deployment is git based or archive based.

variablesLegacyobject

Deprecated: Variables for the deployment. Use variables instead.

Changes