appwrite/docs/references/functions/create-build.md
2025-02-03 12:38:27 +01:00

356 B

Create a new build for an existing function deployment. This endpoint allows you to rebuild a deployment with the updated function configuration, including its entrypoint and build commands if they have been modified. The build process will be queued and executed asynchronously. The original deployment's code will be preserved and used for the new build.