detail
View a detailed breakdown of the billing history for a specific day in a project. This command displays individual charges, usage costs, and transactions recorded on the selected date. The date must be provided in the format YYYY-MM-DD (e.g., 2025-02-15). Use this command to analyze daily expenses in more depth.
Usage
cldkctl billing history detail [project id] [date] [flags]Steps
Follow the steps below to run and view the result of this command:
Identify your Project ID from the project list.
Optionally, include the --base-url flag if you want to specify an environment manually.
Run the following command in your terminal:
./cldkctl billing history detail [project id] [date]
Review the detailed billing report displayed in the terminal.

SERVICE NAME
The name of the resource type (e.g., CPU, RAM, GPU, etc.).
SPECIFICATION
The amount of the resource used within the day.
PRICE
The unit price per hour for the service.
BILLING TYPE
The billing model used, such as PPU (Pay Per Use).
USAGE
Total time or amount of resource usage during the selected date.
DISCOUNT
Discount percentage (if applicable).
DISCOUNT VALUE
Monetary value of the discount applied.
BILLED
The final billed amount after discount.
Flags
-h, --help
Help for the billing history detail subcommand.
Last updated
