How can we rollback our deployed build in microservice like we can do it in UI. Is there any process we can follow? Please let me know if there is any way.
You should handle this rollback and deployment in an external tool / pipeline like jenkins or github actions using the application REST API.
So if your current build is having issues, just upload an older release to the platform. It might be necessary to delete the application and re-create it because there are some versions checks when not using “SNAPSHOT” in the version.