Deleting custom domain mapping

Hi there,  I need to change custom domain mapping. It is a long story but in the end, I deleted all I found from previous server (load balancing, IP adressess, of course the preview and production server)and start from scratch.  In the project I have new production server that has nothing in its "integration tab" so no custom domain is mapped. But when I check the "Manage custom domains" tab, I can see that domain mapping from previous (deleted) service. I do not know how to delete it and I really think that it causing me lot of problems.Screenshot 2024-05-01 at 21.59.18.pngScreenshot 2024-05-01 at 21.59.33.png

3 1 77
1 REPLY 1

Hello @Zuzana,

Welcome to the Google Cloud Community!

Have you tried deleting your custom domains with load balancer integration from your Cloud Run service using the command line?

If not yet, please run the following command:

gcloud beta run integrations delete INTEGRATION_NAME

You can also check out this documentation on deleting custom domains with load balancer integrations.