app.bsky.video.abortUpload
#main
Abort an upload only while it is created, releasing its quota reservation immediately. Terminal sessions are unchanged and return their terminal outcome. A finishing session returns UploadNotReady.
Input
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| jobId | string | - | ✅ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| state | string | aborted completed failed expired | ✅ | - |
| completedJobId | string | - | ❌ | Present only when state is completed. |
| failureReason | string | - | ❌ | Present only when state is failed. |