Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@11.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