ncloud_ncs_abort_multipart_upload
Abort an in-progress Ncloud Storage multipart upload and discard all uploaded parts. Use to cancel an upload and free storage; the upload ID cannot be reused afterward.
Instructions
[Ncloud Storage] ⚠️ Destructive: Abort a multipart upload (DELETE /{key}?uploadId) and discard every uploaded part. The uploadId cannot be reused afterwards. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) of the multipart upload target | |
| confirm | No | Must be true to actually execute the destructive operation | |
| uploadId | Yes | Upload ID returned by ncloud_ncs_create_multipart_upload | |
| bucketName | Yes | Name of the Ncloud Storage bucket |