Pause Cluster
pause-clusterRequest a RawTree dedicated cluster to pause, making its databases unavailable until resumed. Confirm the organization and cluster ID before calling.
Instructions
Purpose: Request that a RawTree dedicated cluster pause.
Returns: The updated cluster, including its lifecycle status. Pausing continues asynchronously after the request is accepted. Use get-cluster to check one cluster's progress.
Auth: The RawTree API requires a user access token with organization admin access. Authorization is enforced by the API.
Safety: Pausing makes the cluster's databases unavailable until it is resumed. You MUST confirm the exact organization and cluster ID 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 pause. |