Functions

Update function settings

Partially update runtime settings (memory, timeout, extended timeout, scale bounds, description). When the function is live the change rolls out as a new revision with zero downtime.

patch/api/v1/functions/{function_id}

Path parameters

function_idstring required

Function ID, short id (fn-…), URL slug, or name

Request body

descriptionstring
memory_mbinteger
timeout_secondsinteger
extended_timeoutboolean
min_scaleinteger
max_scaleinteger

Response

Updated function

successboolean

Changes