Functions
Delete function
Permanently delete a serverless function. This will also remove the function from the runtime platform and delete all associated secrets.
After deletion:
- Function will be removed from Cloudflare Workers or Supabase Edge Functions
- All function secrets are automatically deleted
- Function endpoint URL will return 404
- Function invocation records are preserved for audit history
This operation cannot be undone. Make sure to backup function code if needed before deletion.
DELETE
Delete function
Previous
Update functionUpdate function metadata or code. Supports partial updates - only include fields you want to change.
Common updates:
- Update function code (requires redeployment to take effect)
- Change function name or description
- Update runtime configuration
- Modify function slug
Important: Code updates are saved immediately but do NOT automatically deploy. After updating code, you must call POST /functions/{id}/deploy for changes to take effect in production.
Next
Delete function

