> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getnexor.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a Scheduled Function

> This operation lets you update a scheduled function for the authenticated Nexor account. This reference documents verified path, query, and top-level JSON body fields, observed response status codes, and top-level response fields. Provider-owned or deeply nested response shapes may remain open.

<Warning>
  **Safety and behavior notes**

  * HTTP 200 can include deploy\_error.
  * Code changes or reactivation deploy, while cron or timezone changes recalculate next\_run\_at. An empty body still updates updated\_at.
  * Most property types are not strictly validated, and is\_active is coerced by truthiness.
  * A body with only unknown fields, or an empty body, returns HTTP 200 instead of HTTP 400.
</Warning>


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://docs.getnexor.ai/llms.txt).
