Xeonr Developer Docs

AbortBlobUpload

POST
/uplim.api.v1.InternalPipelineRunsService/AbortBlobUpload

AbortBlobUpload cancels an in-progress S3 multipart upload and frees its buffered parts. The side-car calls this best-effort on any mid-stream error between StartBlobUpload and CompleteBlobUpload — a PresignUploadPart / part-PUT / CompleteBlobUpload failure would otherwise orphan the multipart, which is billed indefinitely (the managed pipeline-runs/ scratch prefix has no AbortIncompleteMultipartUpload lifecycle rule, unlike runs/ locals). object_key is scoped to this run/step exactly like PresignUploadPart / CompleteBlobUpload.

AuthorizationBearer <token>

JWT access token obtained via OAuth2 flow or service account

In: header

Header Parameters

Connect-Protocol-Version*number

Define the version of the Connect protocol

Value in1
Connect-Timeout-Ms?number

Define the timeout, in ms

Request Body

application/json

runId?string
Formatuuid
stepId?string
objectKey?string
uploadId?string
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://uploads-api.xeonr.io/uplim.api.v1.InternalPipelineRunsService/AbortBlobUpload" \  -H "Connect-Protocol-Version: 1" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "code": "not_found",
  "message": "string",
  "details": [
    {
      "type": "string",
      "value": "string",
      "debug": {}
    }
  ]
}