Skip to main content

Get Config

GET 

/config-svc/config

Fetch the current configuration from the server

Responses

Current configuration retrieved successfully

Schema

    config

    object

    app

    object

    loggingDisabled boolean
    directory string

    download

    object

    downloadFolder string
    isRuntimeInstalled boolean
    • This flag drives a minor UX feature:
      • if the user has not installed the runtime we show an INSTALL
      • button, but if the user has already installed the runtime we show
      • we show a START runtime button.

    model

    object

    currentModelId string
Loading...