Skip to main content
Module

x/appwrite/mod.ts>Functions#updateDeployment

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

Update function 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