I've renamed a few CPTs slugs, for example Campaign (campaign) had to become Campaña (campana). It turned out that Toolset treats the slugs as the unique identifier and changing them practically breaks a lot of things.
Solution:
Toolset Types plugin is using WP function register_post_type() to create new post types, and treats the post type slugs as the unique identifier of each post type,
And the Repeatable Field Groups is based on one-to-many relationship, so each "Repeatable Field Groups" is also a custom post type, which is also use the post type slugs as the unique identifier.
In your case, it is not recommended to change the post type slug, but you can change the other post type settings, for example:
We document known issues and their solutions in Toolset errata. Save time by checking there first and seeing if what you are facing is a known issue. This list is kept short. We do our best to resolve all known issues with every release of Toolset plugins.
Support Policy
Toolset staff will help you use the Toolset plugins correctly, provide any information you need, help troubleshoot problems and advice on best-practices.
Please make sure to issue only one topic per each support ticket.