appwrite_create_function
Create serverless functions in Appwrite to automate backend tasks, schedule jobs, and handle events without managing infrastructure.
Instructions
[UNIFIED] Create a new serverless function.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| function_id | Yes | ||
| name | Yes | ||
| runtime | Yes | ||
| execute | No | ||
| events | No | ||
| schedule | No | ||
| timeout | No | ||
| enabled | No | ||
| logging | No | ||
| entrypoint | No | ||
| commands | No |