Documentation Index
Fetch the complete documentation index at: https://api-docs.nunu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Permission Required: project:manage-build-storage
Cancel an in-progress upload. This is especially useful for multipart uploads where you want to abort before completion.
Query Parameters
Upload ID (required for multipart uploads)
Response
Always true on successful cancellation
curl -X DELETE "https://nunu.ai/api/v1/builds/upload?build_id=123e4567-e89b-12d3-a456-426614174000&object_key=abc123-def456/app.apk" \
-H "X-Api-Key: YOUR_API_TOKEN"
When to Use
Abort Failed Upload
Cancel a stuck or failed upload immediately
Reclaim Storage
Free up reserved storage capacity before timeout
Automatic Cleanup
Uploads have a configurable timeout (default: 10 minutes for single-part, 60 minutes for multipart). After timeout:
- Reserved storage capacity is reclaimed
- Incomplete uploads are marked for cleanup
- Partially uploaded parts are removed
You can set a custom timeout when initiating the upload with the upload_timeout field (1-1440 minutes).API key for authentication
Object key for the upload
Upload ID (required for multipart uploads)
Upload cancelled successfully