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

# UpdateFunctionRunResponse

## Fields

<ParamField path="function_id" type="str" required>
  The ID of the function
</ParamField>

<ParamField path="function_run_id" type="str" required>
  The ID of the function run
</ParamField>

<ParamField path="updated_at" type="datetime" required />

<ParamField path="status" type="Literal['updated', 'stopped']" default="updated" />

## Module

`notte_sdk.types`
