Last updated 7 months ago
Retry launch a dsp block.
Organization ID
DSP Block ID, use the impulse functions to retrieve the ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dsp/{dspId}/retry', { method: 'POST', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text" }