Deploy local backend functions to Base44. The command reads function directories, validates their configurations, and deploys them individually with per-function progress and status reporting. By default the functions directory isDocumentation Index
Fetch the complete documentation index at: https://docs.base44.com/llms.txt
Use this file to discover all available pages before exploring further.
base44/functions/, but you can customize the path in your project configuration.
Each project supports a maximum of 50 backend functions.
Usage
Arguments
| Argument | Description | Required |
|---|---|---|
[names] | One or more function names to deploy, separated by spaces or commas. If omitted, deploys all local functions. | No |
Flags
| Flag | Description |
|---|---|
--force | Delete remote functions that are not found locally. Can’t be used together with specific function names. |
See also
- Backend Functions: Learn about backend functions
functions pull: Download deployed functions to your local projectfunctions list: List all deployed functionsfunctions delete: Delete deployed functions

