Function_
Properties
| Name | Type | Description |
|---|---|---|
string | Function ID. | |
string | Function creation date in ISO 8601 format. | |
string | Function update date in ISO 8601 format. | |
arrayof string | Execution permissions. | |
string | Function name. | |
boolean | Function enabled. | |
boolean | Is the function deployed with the latest configuration? This is set to false if you've changed an environment variables, entrypoint, commands, or other settings that needs redeploy to be applied. When the value is false, redeploy the function to update it with the latest configuration. | |
boolean | Whether executions will be logged. When set to false, executions will not be logged, but will reduce resource used by your Appwrite project. | |
string | Function execution runtime. | |
string | Function's active deployment ID. | |
arrayof string | Allowed permission scopes. | |
arrayof Variable | Function variables. | |
arrayof string | Function trigger events. | |
string | Function execution schedule in CRON format. | |
integer | Function execution timeout in seconds. | |
string | The entrypoint file used to execute the deployment. | |
string | The build command used to build the deployment. | |
string | Version of Open Runtimes used for the function. | |
string | Function VCS (Version Control System) installation id. | |
string | VCS (Version Control System) Repository ID | |
string | VCS (Version Control System) branch name | |
string | Path to function in VCS (Version Control System) repository | |
boolean | Is VCS (Version Control System) connection is in silent mode? When in silence mode, no comments will be posted on the repository pull or merge requests | |
string | Machine specification for builds and executions. |
Was this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.