ncloud_abort_multipart_upload
Cancel an incomplete multipart upload and remove all uploaded parts. Set confirm=true to execute the destructive operation.
Instructions
⚠️ Destructive: Abort a multipart upload and delete all uploaded parts. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually execute the destructive operation | |
| uploadId | Yes | Upload ID of the multipart upload to abort | |
| bucketName | Yes | Name of the bucket | |
| objectName | Yes | Object key (path) for the multipart upload |