Skip to main content
DELETE
/
filesystem-multipart
/
{uploadId}
/
abort
Abort multipart upload
curl --request DELETE \
  --url https://run.blaxel.ai/{workspace_id}/sandboxes/{sandbox_id}/filesystem-multipart/{uploadId}/abort \
  --header 'Authorization: Bearer <token>'
{
  "message": "File created successfully",
  "path": "/path/to/file"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uploadId
string
required

Upload ID

Response

Upload aborted

message
string
required
Example:

"File created successfully"

path
string
Example:

"/path/to/file"