Skip to content
Back

How to proper delete a serverless function?

  • 0
  • Web
  • Cloud
LivingProtein
10 Aug, 2025, 20:49

I tried appwrite functions delete --function-id 12345, it deletes the online one, but even after trying appwrite pull functions, the local one in the appwrite.json still there,

so what is the proper flow?

is it always a 3 steps like?

  1. delete it from remote using appwrite functions delete --function-id 12345
  2. manually delete the local one in the appwrite.json
  3. manually delete the code.
TL;DR
To properly delete a serverless function, developers need to: 1. Delete the function from the remote using `appwrite functions delete --function-id 12345` 2. Manually delete the local function entry in `appwrite.json` 3. Manually delete the code.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more