set_cluster_rate
Set the GPU cost rate per hour for a cluster to enable cost estimates. Requires admin role and updates audit log.
Instructions
Set the GPU cost rate for a cluster.
Required to enable cost estimates (get_cost_estimate). Can be updated at any time. Requires organisation admin role.
Write operation — recorded in the audit log.
Args: cluster_name: Name of the cluster. rate_per_gpu_hour: Cost per GPU per hour (e.g. 2.50 for $2.50/GPU/hr). currency: ISO 4217 currency code (default: USD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | USD | |
| cluster_name | Yes | ||
| rate_per_gpu_hour | Yes |