Page cover

daily

Retrieves a daily cost estimate for each service (such as CPU, GPU, RAM, Volume, and Floating IP) within the selected project. This command helps users track daily expenses and monitor resource usage trends, allowing better cost optimization and allocation.

Usage

cldkctl billing daily [command]
cldkctl billing daily [project id] [flags]

Available Commands

Command
Description

detail

voew detailed billing for a specific service

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

./cldkctl billing daily
  1. The command will display a summary table of the daily cost estimation, as shown below:

Column
Description

Project Name

Name of the project associated with the daily cost estimation.

DATE

The date of the estimated billing calculation.

SERVICE

The type of service being charged (e.g., CPU, GPU, RAM, VOLUME, FLOATING-IP).

CHARGE

Indicates whether the service incurs a charge (Yes) or not (No).

PRICE ESTIMATE

The estimated price per service per day (in IDR).

DISCOUNT ESTIMATE

The estimated discount applied, if available.

BILL ESTIMATE

The total estimated charge per service after applying discounts.

Total Billed

Overall daily estimated total cost of all services.

Last updated