Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://use.hoop.dev/api/sessions/{id}/rdp-detections/retry
{ "analysis": { "attempt": 123, "finished_at": "<string>", "last_error": "<string>", "max_attempts": 123, "started_at": "<string>", "status": "<string>" }, "analysis_status": "<string>", "detections": [ { "entity_type": "<string>", "frame_index": 123, "height": 123, "score": 123, "timestamp": 123, "width": 123, "x": 123, "y": 123 } ], "total": 123 }
Resets a failed RDP analysis job to pending so the worker pool can re-claim it.
Session ID
OK
Show child attributes
AnalysisStatus is preserved for backwards compatibility with older webapp builds; new code should read .Analysis.Status.
Was this page helpful?