Changing storage source path

I have same problem like here How to change source path for default storage pool but on incus.
My storage pool point to /dev/nvme1n1 as a source and sometimes another drive claim this number.
ow can i change it to somethin more unique UUID for example.

You need DB surgery for that, basically:

incus admin sql global "UPDATE storage_pools_config SET value='new-value' WHERE value='old-value'

thank you, works like a charm