Skip to content

Get Gpu Probe Status

GET
/api/data/settings/gpu-probe-status

Return the cached DirectML GPU probe result.

The probe runs during backend startup to test whether DirectML inference works on this GPU without segfaulting. The result is cached to disk.

Successful Response

GpuProbeStatusResponse

Response for the GPU probe status endpoint.

object
status
required
Status

Probe result: pass, fail, crash, unavailable, not_run

string
gpuName
Any of:
string
ortVersion
Any of:
string
message
required
Message

Human-readable status message

string