{
"id": "io.atcr.hold.abortUpload",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uploadId"
],
"properties": {
"uploadId": {
"type": "string",
"maxLength": 256,
"description": "Upload session ID from initiateUpload"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidUploadId"
},
{
"name": "AbortFailed"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"status"
],
"properties": {
"status": {
"type": "string",
"const": "aborted",
"maxLength": 16,
"description": "Always 'aborted' on success"
}
}
},
"encoding": "application/json"
},
"description": "Cancel a multipart upload and cleanup any temporary data."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:wfj5kyialpmcv2fzk6uqwsln
- CID
-
bafyreihcli3wbtkyrrpiod62izlyqnwmjdd77e4y6ycaywz6vpdeb46ima
- Indexed At
- 2026-02-13 13:55 UTC
- AT-URI
-
at://did:plc:wfj5kyialpmcv2fzk6uqwsln/com.atproto.lexicon.schema/io.atcr.hold.abortUpload