v1

latestOpenAPI 3.0.3OGL-UK-3.0raw.githubusercontent.com2025-09-3012629.2 KB
Pipeline

Retry failed transfers

Retry all failed Azure transfers in the pipeline

post/upload/pipeline/retry

Response

Retry results

retriedCountinteger
successCountinteger
failedCountinteger

Example response

{
  "retriedCount": 3,
  "successCount": 2,
  "failedCount": 1
}