Supabase
Functions Commands
Edge Functions
6 commands
Commands
Delete function
$ supabase functions delete <name>
Delete an Edge Function
Deploy all functions
$ supabase functions deploy
Deploy all Edge Functions to remote
Deploy specific function
$ supabase functions deploy <name>
Deploy a specific Edge Function
List functions
$ supabase functions list
List all deployed Edge Functions
Create new function
$ supabase functions new <name>
Create a new Edge Function
Serve functions locally
$ supabase functions serve
Serve Edge Functions locally for development