Skip to content

dt cost view

Overview

View daily costs aggregated by owner, type, environment and instance type

Synopsis

dt cost view [OPTIONS] 

Options

  • -b, --begin=<begin>
    Range start date in UTC (YYYY-MM-DD), default first day of current month (or end month when only --end is set)

  • -e, --end=<end>
    Range end date in UTC (YYYY-MM-DD), default now

  • -j, --json
    Output as JSON

  • -p, --pretty
    Pretty print results

Examples

View costs for the current month

dt cost view

View costs for an explicit UTC date range

dt cost view --begin 2026-03-01 --end 2026-03-25

View costs as JSON

dt cost view --json --pretty

SEE ALSO

← Back to dt cost