update_sql_pool
Update an existing SQL pool by selectively changing parameters like max resource percentage, default flag, read optimization, or classifier settings. Requires workspace admin role.
Instructions
Update an existing SQL pool. Only the parameters you supply are changed.
Args: workspace: Workspace name or GUID. name: Name of the pool to update. max_percent: New max resource percentage (1-100), or omit to keep current. is_default: Set or clear the default flag, or omit to keep current. optimize_for_reads: Enable/disable read optimisation, or omit to keep current. classifier_type: New classifier type, or omit to keep current. classifier_values: New classifier value list, or omit to keep current.
Requires workspace admin role. This tool targets a beta / preview API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| workspace | Yes | ||
| is_default | No | ||
| max_percent | No | ||
| classifier_type | No | ||
| classifier_values | No | ||
| optimize_for_reads | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||