v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
server

Server Info

Get information about the server.

Returns: Information about the server.

get/api/v1/info

Response

Successful Response

idstring uuid
versionstring required
activeboolean
debugboolean
deployment_type'local' | 'docker' | 'kubernetes' | 'aws' | 'gcp' | 'azure' | 'alpha' | 'other' | 'hf_spaces' | 'sandbox' | 'cloud'

Enum for server deployment types.

database_type'sqlite' | 'mysql' | 'other'

Enum for server database types.

secrets_store_type'none' | 'sql' | 'aws' | 'gcp' | 'azure' | 'hashicorp' | 'custom'

Secrets Store Backend Types.

auth_scheme'NO_AUTH' | 'HTTP_BASIC' | 'OAUTH2_PASSWORD_BEARER' | 'EXTERNAL' required

The authentication scheme.

server_urlstring
dashboard_urlstring
analytics_enabledboolean
metadataobject
use_legacy_dashboardboolean
last_user_activitystring date-time nullable