Miner
Check Chutes auth status (legacy — use /inference-auth/chutes)
Back-compat shim. Reads from the new MinerInferenceAuth table.
curl -X GET "https://loading/v1/miner/chutes-auth/status"{
"connected": true,
"updated_at": "2019-08-24T14:15:22Z"
}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.
Check inference auth status for a single provider
Check whether the miner has a stored credential for the given provider.