Skip to main content
PATCH
Update a Cloud Function
Safety and behavior notes
  • A successful database update can return HTTP 200 with deploy_error.
  • Only code is type-checked; trigger_event has no allowlist.
  • Changes to code or trigger settings and activation attempt a deployment. Deactivation by itself does not deploy.

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

Cloud Function id.

Body

application/json
name
string
description
string
trigger_event
string
code
string
is_active
boolean

Response

Successful response.

function
object
required
deploy_error
string | null
required
success
any
required

Observed top-level response field.

Last modified on September 8, 2026