We can't update voice agent with custom voice id params

When I create a new custom voice and after update voice agent I’m encountering like this error.
Why I can’t update with new custom voice? am I made a mistake?
Note: If I 'm using old custom voice, I can update it.

Hey @myikit

Could you please share your Agent ID?

Thank You

I’m sharing the Curl example directly with you;

curl --silent --location --request PATCH ‘https://api.retellai.com/update-agent/agent_0591e273a1b6f4cb5ecf34a752
–header ‘Authorization: Bearer xxxxxxxxxx’
–header ‘Content-Type: application/json’
–data ‘{ “voice_id”: “custom_voice_e55ddff2bf1941bfef56000eaa” }’

Thank you @mark1

Hey @myikit

I’ve forwarded this to our team for further investigation.

We’ll get back to you as soon as we have an update.

Best regards

Thanks for your help, buddy! I’m waiting to hear from you.
Thanks again.

Hello @myikit

Please make sure that the custom voice is already available in your workspace. Also, ensure that the selected voice_model is compatible with the provided voice_id.

Thank You