deploy_edge_function
Deploy a new edge function to your self-hosted Supabase instance. Define function name and code, with optional JWT verification.
Instructions
Deploy a new edge function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function name | |
| code | Yes | Function code | |
| verify_jwt | No | Verify JWT tokens |