Delimit Cost Analyze
delimit_cost_analyzeFind cost drivers in your project by scanning Dockerfile, dependency manifests, and cloud configs to pinpoint where spending originates.
Instructions
Analyze a project for cost drivers (Dockerfile, deps, cloud) (Pro).
When to use: when investigating spend on a project — scans Dockerfile, dependency manifests, and cloud configs for cost signals. When NOT to use: to enact cost reductions (use delimit_cost_optimize) or to manage alert rules (delimit_cost_alert).
Sibling contrast: delimit_cost_optimize finds reduction opportunities; this surfaces drivers (where the cost is).
Side effects: read-only on the target. Gated by require_premium. Calls backends.tools_data.cost_analyze.
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 | |||