Self hosted : how to change base_id or customize it when you create it

Hello, how to change base_id or customize it when you create it

Primary keys or the ID of the Base or any other metadata model cannot be changed or created. Its automatically generated.

Is there any other way? The ID generated automatically when calling the API is too long. Every time I need to copy it, I want to customize it and remember it!

What is your use case? If you are working with scripts- then you can invoke additional API to get base list & then retrieve base ID using base name.

There is no other way to customise ID though.