Skip to content

Retest Gpu Probe

POST
/api/settings/gpu-probe-retest

Re-run the DirectML GPU probe (force, ignoring cache).

Called from the Settings > Performance panel when the user clicks “Re-test GPU”. Runs the probe in a subprocess — safe even if DirectML segfaults.

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