Delete routes via blueprint sync

By adding routes to my render.yaml file I am able to create and update redirects. But if I remove a route record it does not delete that route. It appears that it is only additive. Is there anyway to programmatically remove a redirect?

Hi there,
This is expected behaviour - destructive actions in render.yaml are not reflected (https://render.com/docs/infrastructure-as-code#no-automatic-deletions) and we haven’t yet implemented them in our API at the moment,

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.