Update edge function without updating project

Is it possible to update only the edge functions attached to a project without redeploying the project itself?

DDG shows this:

After seeing this, I wanted to read the original source, but for the life of me I can’t find anything in the Netlify docs. So is the above some garbage?

1 Like

Yeah, it’s wrong. If you want to use AI, you might use Ask Netlify instead: Ask Netlify overview | Netlify Docs

Based on this, you should assume you need a new deploy (for example via Git, CLI, or API, possibly as a draft) to update edge functions; the sources do not document a way to update them in isolation