Delimit Cost Optimize
delimit_cost_optimizeIdentify concrete ways to reduce cloud or project costs, such as unused dependencies, oversized images, and uncompressed assets. Use this after cost analysis to turn spending drivers into actionable optimizations.
Instructions
Find cost optimization opportunities in a project (Pro).
When to use: after delimit_cost_analyze surfaces drivers, to get concrete suggestions: unused deps, oversized images, uncompressed assets. When NOT to use: to inventory current spend (delimit_cost_analyze) or manage threshold alerts (delimit_cost_alert).
Sibling contrast: delimit_cost_analyze identifies sources of cost; this proposes reductions.
Side effects: read-only on the target. Gated by require_premium. Calls backends.tools_data.cost_optimize.
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Project or infrastructure path to analyze. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||