Rename Model
rename_modelRename a model's display name while preserving its saved or unsaved state. Provide a new non-empty name, which is HTML-sanitized.
Instructions
Rename a model.
Changes only the display name; the model's saved/unsaved state is untouched (use save_model to file it into a project). The name is HTML-sanitized server-side and must be non-empty.
Args: model_hash: Hash of the model to rename. name: New display name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| model_hash | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||