Skip to main content
Deploy your local serverless backend functions to Base44. The command reads all function directories in your functions folder, validates their configurations, and deploys them to your Base44 project.
Each project supports a maximum of 50 backend functions.

Usage

base44 functions deploy

Sync behavior

The command performs a full sync operation. For each function, the action taken is determined by its state locally and remotely:
Local stateRemote stateResult
Function existsFunction existsRemote function is updated
Function existsFunction missingNew remote function is created
Function missingFunction existsRemote function is removed. See the warning below
Deleting a function removes it from Base44. Any endpoints or integrations that depend on this function will no longer work.

See also