Update Music Finetune
Update a music finetune.
Path parameters
finetune_id
Headers
xi-api-key
Request
This endpoint expects an object.
name
Updated name for the finetune.
primary_genre
Updated primary musical genre.
visibility
Finetune visibility. Only 'private' and 'workspace' can be set.
Response
Successful Response
id
Unique identifier of the finetune.
name
Name of the finetune.
model_id
The base music model the finetune was trained on.
created_at
When the finetune was created (UTC).
visibility
Who can access this finetune: private (only you), workspace (members of your workspace), public (ElevenLabs-curated, available to everyone).
created_by
Who created the finetune: self, workspace, or elevenlabs.
status
Training lifecycle status: pending, in_progress, completed, failed, and blocked.
training_progress
Training progress from 0.0 to 1.0.
primary_genre
Primary musical genre of the finetune.
failure_reason
Reason the finetune failed or was blocked, if applicable.
Errors
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error