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

# UpdateInternRequest

Lifecycle settings to change. Omitted fields stay unchanged and null clears a field.

## Example Usage

```typescript theme={null}
import { UpdateInternRequest } from "@openrouter/sdk/models";

let value: UpdateInternRequest = {};
```

## Fields

| Field          | Type     | Required             | Description                                                     |
| -------------- | -------- | -------------------- | --------------------------------------------------------------- |
| `description`  | *string* | :heavy\_minus\_sign: | New free-form description. Null clears it.                      |
| `instructions` | *string* | :heavy\_minus\_sign: | New standing instructions. Null clears them.                    |
| `model`        | *string* | :heavy\_minus\_sign: | New OpenRouter model slug. Null restores the workspace default. |
| `name`         | *string* | :heavy\_minus\_sign: | New intern name, unique per creator within the workspace.       |
