update_prestissimo_engine
Update Prestissimo engine configuration in watsonx.data. Modify display name, properties, tags, or trigger a restart.
Instructions
Update Prestissimo engine configuration in watsonx.data.
IMPORTANT: Due to a known API limitation, the description field cannot be
updated on its own. If you want to update the description, you must include
at least one additional field in the same call (e.g., display_name, tags,
or properties). Calls that modify only description will fail.
Args: engine_id: Engine identifier. description: Updated description (1-50 characters). Must be accompanied by at least one other updatable field in the same request. display_name: Updated display name. properties: Engine configuration properties. restart_type: Set to "force" to trigger a restart after the update. remove_engine_properties: Properties to remove. tags: Updated tags.
Returns: Dict with updated engine configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine_id | Yes | ||
| description | No | ||
| display_name | No | ||
| properties | No | ||
| restart_type | No | ||
| remove_engine_properties | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||