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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-billing/daily.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
