telys_tune
Generate a tuning plan for a collection and optionally apply index or maintenance recommendations. Use dry_run to preview changes without applying them, or set false to apply the plan.
Instructions
Produce a TuningPlan for a collection via its Tuner, and optionally apply it. Use to inspect or apply index/maintenance recommendations. Required: collection. Optional: dry_run — true never applies (plan only), false always applies, omit for the tuner default. Fails when the collection does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | true never applies, false always applies, omit = tuner default | |
| collection | Yes |