Skip to main content
POST
Run a Cloud Function
Safety and behavior notes
  • The operation executes code and records a run, but it does not apply buffered effects to Nexor data.
  • The function deploys before execution; deployment failure returns HTTP 500 instead of a dry-run record.
  • The route does not validate id before use.

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
ctx
object

Response

Successful response.

run
object
required
dry_run
any
required
Available options:
true
success
any
required

Observed top-level response field.

Last modified on September 8, 2026