Skip to main content
POST
/
uploads
/
multipart
/
abort
Abort a multipart upload
curl --request POST \
  --url https://core.cyberun.cloud/api/v1/uploads/multipart/abort \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "storage_key": "<string>",
  "upload_id": "<string>"
}
'
{
  "error_message": "resource not found"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User session JWT (Bearer ). Must be paired with the X-Team-ID request header on team-scoped endpoints so the server knows which team's resources to operate on.

Body

application/json

Abort a multipart upload and clean up uploaded parts.

storage_key
string
required

S3 object key for the upload.

upload_id
string
required

S3 multipart upload identifier from initiate.

Response

Multipart upload aborted