Below command as per the documentation needs to map the custom domain to cloudrun service even if mapped to a different service. But currently, it is returning an error
gcloud beta run domain-mappings create --force-override --service=ms-stutzen --domain=stutzen.co --region 'us-central1'
ERROR: (gcloud.beta.run.domain-mappings.create) Domain mapping to [stutzen.co] already exists in this region.
Is there any other command to perform deletion and remapping in a single command?