Update Cluster Settings
update-clusterSet the idle timeout for a RawTree dedicated cluster to control when it automatically pauses after inactivity. Use 0 to disable idling.
Instructions
Purpose: Update the idle timeout for a RawTree dedicated cluster.
Returns: The updated cluster, including its effective idle timeout and current lifecycle status.
Behavior: idleTimeoutMinutes controls how many minutes of inactivity pass before the cluster automatically pauses. Use 0 to disable idling. Values from 15 through 43200 minutes are supported.
Auth: The RawTree API requires a user access token with organization admin access. Authorization is enforced by the API.
Safety: You MUST confirm the exact organization, cluster ID, and new idle timeout with the user before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clusterId | Yes | Dedicated cluster ID returned by list-clusters. | |
| organization | Yes | Organization containing the cluster to update. | |
| idleTimeoutMinutes | Yes | Minutes of inactivity before automatically pausing. Use 0 to disable idling. |