# Appwrite Functions API

**Canonical:** https://apis.io/apis/appwrite/appwrite-functions-api/  
**Provider:** Appwrite — https://apis.io/providers/appwrite/  
**Base URL:** https://cloud.appwrite.io/v1  
**Documentation:** https://appwrite.io/docs/references

Appwrite Functions API is one of 44 APIs that [Appwrite](https://apis.io/providers/appwrite/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Serverless and Compute. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a GitHub repository.

The Functions Service allows you view, create and manage your Cloud Functions. 28 operations across 18 paths in the Appwrite 2.0.0 OpenAPI.

## Operations (28)

| Method | Path | Summary |
|---|---|---|
| GET | `/functions` | List functions |
| POST | `/functions` | Create function |
| GET | `/functions/runtimes` | List runtimes |
| GET | `/functions/specifications` | List specifications |
| GET | `/functions/templates` | List templates |
| GET | `/functions/templates/{templateId}` | Get function template |
| GET | `/functions/{functionId}` | Get function |
| PUT | `/functions/{functionId}` | Update function |
| DELETE | `/functions/{functionId}` | Delete function |
| PATCH | `/functions/{functionId}/deployment` | Update function's deployment |
| GET | `/functions/{functionId}/deployments` | List deployments |
| POST | `/functions/{functionId}/deployments` | Create deployment |
| POST | `/functions/{functionId}/deployments/duplicate` | Create duplicate deployment |
| POST | `/functions/{functionId}/deployments/template` | Create template deployment |
| POST | `/functions/{functionId}/deployments/vcs` | Create VCS deployment |
| GET | `/functions/{functionId}/deployments/{deploymentId}` | Get deployment |
| DELETE | `/functions/{functionId}/deployments/{deploymentId}` | Delete deployment |
| GET | `/functions/{functionId}/deployments/{deploymentId}/download` | Get deployment download |
| PATCH | `/functions/{functionId}/deployments/{deploymentId}/status` | Update deployment status |
| GET | `/functions/{functionId}/executions` | List executions |
| POST | `/functions/{functionId}/executions` | Create execution |
| GET | `/functions/{functionId}/executions/{executionId}` | Get execution |
| DELETE | `/functions/{functionId}/executions/{executionId}` | Delete execution |
| GET | `/functions/{functionId}/variables` | List variables |
| POST | `/functions/{functionId}/variables` | Create variable |
| GET | `/functions/{functionId}/variables/{variableId}` | Get variable |
| PUT | `/functions/{functionId}/variables/{variableId}` | Update variable |
| DELETE | `/functions/{functionId}/variables/{variableId}` | Delete variable |

## Machine-readable artifacts (5)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/appwrite/refs/heads/main/openapi/appwrite-functions-api-openapi.yml
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/appwrite/refs/heads/main/overlays/appwrite-functions-overlay.yaml
- **Documentation** — https://appwrite.io/docs
- **APIReference** — https://appwrite.io/docs/references
- **GitHubRepository** — https://github.com/appwrite/appwrite

## Other Appwrite APIs (12)

- [Appwrite Project API](https://apis.io/apis/appwrite/appwrite-project-api/)
- [Appwrite TablesDB API](https://apis.io/apis/appwrite/appwrite-tablesdb-api/)
- [Appwrite Account API](https://apis.io/apis/appwrite/appwrite-account-api/)
- [Appwrite Databases API](https://apis.io/apis/appwrite/appwrite-databases-api/)
- [Appwrite Domains API](https://apis.io/apis/appwrite/appwrite-domains-api/)
- [Appwrite Messaging API](https://apis.io/apis/appwrite/appwrite-messaging-api/)
- [Appwrite Organizations API](https://apis.io/apis/appwrite/appwrite-organizations-api/)
- [Appwrite Users API](https://apis.io/apis/appwrite/appwrite-users-api/)
- [Appwrite PostgreSQL API](https://apis.io/apis/appwrite/appwrite-postgresql-api/)
- [Appwrite DocumentsDB API](https://apis.io/apis/appwrite/appwrite-documentsdb-api/)
- [Appwrite VectorsDB API](https://apis.io/apis/appwrite/appwrite-vectorsdb-api/)
- [Appwrite MySQL API](https://apis.io/apis/appwrite/appwrite-mysql-api/)

## Tags

Serverless, Compute

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/appwrite/appwrite-functions-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/appwrite/.
