Gets a deployment's config
Returns the deployment's config. output_format query param picks the shape: 'raw' (config.yaml text), 'parsed' (dict with defaults), or 'both' (default).
get/v1/models/{model_id}/deployments/{deployment_id}/config
Query parameters
output_format'raw' | 'parsed' | 'both'
'raw': verbatim config.yaml with comments (not available for deployments created before 2026-04-30). 'parsed': dict with server-side defaults applied (always available). 'both': both fields populated.
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.