ncloud_serverless_export_backup
Export a serverless cluster backup to an Object Storage bucket for archival or transfer. Specify cluster, backup, and destination bucket; upload path optional.
Instructions
Export a cluster backup to Object Storage (POST …/backups/{backupName}/export → 202 Operation). Requires an Object Storage subscription. 409 if the same backup is already being exported or is IN_USE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backupName | Yes | Backup name (from ncloud_serverless_list_backups) | |
| bucketName | Yes | Destination Object Storage bucket | |
| uploadPath | No | Path inside the bucket (default root, e.g. backups/2026) | |
| clusterName | Yes | Cluster name (3-30 chars, lowercase letters/digits/'-', no leading or trailing '-'; immutable after creation) |