update_sql_pool
Modify an existing SQL pool by updating only the parameters you specify, such as resource percentage, default flag, read optimization, and 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 |
|---|---|---|---|
| workspace | Yes | ||
| name | Yes | ||
| max_percent | No | ||
| is_default | No | ||
| optimize_for_reads | No | ||
| classifier_type | No | ||
| classifier_values | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||