Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/appwrite/mod.ts>Functions#updateDeployment

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
method Functions.prototype.updateDeployment
Re-export
import { Functions } from "https://deno.land/x/appwrite@12.1.0/mod.ts";

Update deployment

Update the function code deployment ID using the unique function ID. Use this endpoint to switch the code deployment that should be executed by the execution endpoint.

Parameters

functionId: string
deploymentId: string