# monthly

The billing monthly command displays the monthly billing summary for a project, showing accumulated costs and spending records for the selected month.

## Usage

```
cldkctl billing monthly [project id] [flags]
```

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

1. Run the following command in your terminal:

```
cldkctl billing monthly
```

2. The command will display the monthly cost summary of the selected project.

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

| Column            | Description                                                                                     |
| ----------------- | ----------------------------------------------------------------------------------------------- |
| Monthly Cost      |                                                                                                 |
| Project Name      | Name of the project associated with the monthly billing.                                        |
| Period            | The billing period covered by the monthly report (start and end date).                          |
| Billing Type      | The billing category used for the project (e.g., POSTPAID, PREPAID).                            |
| Amount of Service | The total number of services billed during the specified period.                                |
| Service Details   |                                                                                                 |
| Service Name      | The name of the billed service (e.g., Deka Box, CPU, GPU).                                      |
| Price             | The cost rate per service per month, displayed in IDR.                                          |
| Usage             | The duration or quantity of service usage for the billing period (e.g., 1 month).               |
| Discount Value    | The discount amount applied to the service, if any.                                             |
| Billed            | The total billed amount after discount for the service.                                         |
| Total Billed      | The total monthly amount billed for all listed services, displayed at the bottom of the report. |

## Flags

{% hint style="info" %}
This command supports [global flags](/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details.
{% endhint %}

| Flag       | Description                              |
| ---------- | ---------------------------------------- |
| -h, --help | Help for the billing monthly subcommand. |


---

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