ncloud_abort_multipart_upload
Abort a multipart upload in NCP Object Storage. Provide bucket name, object name, and upload ID, set confirm=true to delete all uploaded parts and cancel the upload.
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 |