get_time_remaining
Predict when a cluster will exhaust capacity by forecasting days until full for CPU, memory, and disk space, using usage trends.
Instructions
[READ] Predict when a cluster will exhaust its capacity based on usage trends.
Returns time_remaining: one entry per capacity dimension (cpu, mem,
diskspace) with projected days until full. Use get_capacity_overview
instead when you also want current headroom — this tool returns only the
projections. Days are None while capacity analytics warm up on a fresh
instance, and None does not mean unlimited.
Args: resource_id: The resource UUID (typically ClusterComputeResource). target: Aria target name from config; default when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| resource_id | Yes |