Hi hdu,
How are you doing today?, As per my understanding, It sounds like youโre really close! That โNo API foundโ error usually means either the wrong API endpoint is being used, or the cluster type doesnโt support ownership changesโfor example, shared or serverless clusters often donโt allow changing the owner via API. Make sure youโre using the Permissions API (not the Clusters API) with this format: POST /api/2.0/permissions/clusters/{cluster_id} and passing the new owner's info in the body. Also, your user needs to have admin or CAN_MANAGE permissions on the cluster to make the change. If everything checks out and itโs still failing, the issue is probably the cluster type not allowing this update. Let me know if you want help with the exact API call formatโIโm happy to share a quick example!
Regards,
Brahma