How to disable global service and enable scaling in ui

We have some pre-existing services that are global services. I’m trying to change them to be non-global because we want to just be able to scale through the UI. I tried removing the global service setting from the docker compose file and added scale: 1 to the rancher-compose file, but the service is still global after redeploying. Do I need to completely delete the service and add it as a new stack with the new config files?

Yes; switching an existing service from global to regular or vice versa is not supported.