> 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/monthly.md).

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