> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-billing/daily.md).

# daily

The billing daily command retrieves a summary of daily billing details for a specific project. It provides cost information that can be viewed directly or through its available subcommands.

## 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
```

2. The command will display a summary table of the daily cost estimation, as shown below:

<figure><img src="/files/BRaIOQ5EDlYXoRC4TqT6" alt=""><figcaption></figcaption></figure>

| 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.                           |
