Abort a multipart upload
File Storage
Abort a Multipart Upload
Cancel a direct upload started via POST /v1/files/init-upload. Discards any parts already uploaded to storage and marks the file as failed. See the direct upload guide for the full flow.
POST
Abort a multipart upload
Cancels an in-progress upload started via
init-upload. Any parts already uploaded are discarded. See the direct upload guide for the full flow.Abandoned uploads that are never completed or aborted are cleaned up automatically after 7 days.