models-set_visibility
models-set_visibilitySets a model's visibility to private or public. Public models are viewable and instantiable by any user; only the owner can change visibility.
Instructions
Sets model visibility. Public models can be viewed and instantiated by any user. Only the owner can change visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | Model ID (@rid format) | |
| visibility | Yes | Visibility level: 'private' (only owner can see/use) or 'public' (any user can view and instantiate) |