Miner
Clear pinned race candidate
Clear the miner's pinned race candidate so the auto-pick is used.
curl -X DELETE "https://loading/v1/miner/race-selection"Empty
{
"detail": "string",
"error_code": "NO_SELECTION"
}{
"detail": "string",
"error_code": "RACE_LOCKED"
}Health Check
Health check endpoint (no auth required).
Disconnect an inference-provider credential
Delete the miner's stored credential for the given provider. If the deleted provider was the miner's default, the default falls back to whichever other provider is still connected, or clears to NULL when none remain. Returns the new default so the client can update without a follow-up GET.