submit_voice_clone_to_cloud
Submit a local voice clone to the cloud for ElevenLabs training. Returns an order ID to track progress.
Instructions
Submit a local voice clone to Windy Clone for ElevenLabs training. Idempotent on cloud_order_id: if the clone has already been submitted, returns { ok: false, error: "Already submitted...", cloud_order_id: } without firing a second submission. Requires the user to be signed in to their Windy account (auth.token in electron-store). On success returns { ok: true, order_id, status }; poll get_cloud_clone_order_status with the returned order_id for training progress. Get clone ids from list_voice_clones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cloneId | Yes | Local clone id from list_voice_clones (e.g. "vc_2026-05-21_abc123"). |