get_deployment_cost
Retrieve current-month cost details for a deployment by ID, including provider, region, monthly cost, billable cost after markup, and markup percentage.
Instructions
Get the current-month cost details of one deployment by id: provider, region, cost_usd_month, billable_cost_usd_month after markup, the applied billing_markup_pct, and last_updated. Requires an admin API key; an unknown deployment_id fails with not_found. Use get_deployment to find the active deployment first. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployment_id | Yes | Deployment id from get_deployment. |