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

# summary

The billing summary command provides an overview of a project's billing, including total costs and outstanding charges. It also offers a subcommand for viewing detailed billing summary information.

## Usage

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

```
cldkctl billing summary [command]
```

## Steps

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

1. Run the following command in your terminal:

```
cldkctl billing summary <project-id>
```

2. The command will display a monthly summary overview of all billing records associated with the project.

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

| Column       | Description                                                                                             |
| ------------ | ------------------------------------------------------------------------------------------------------- |
| ID           | Unique identifier for the billing record.                                                               |
| Date         | The billing period date (typically the start of the billing month).                                     |
| Project Name | The name of the project associated with the billing record.                                             |
| Status       | The payment or billing status (e.g., Active, Paid, Pending, Closed).                                    |
| Total        | The total billed amount for the corresponding month, displayed in IDR.                                  |
| Last Update  | The date when the billing record was last updated.                                                      |
| Running By   | The user or system process that executed or generated the billing data.                                 |
| Description  | Additional notes or remarks related to the billing record, such as billing cycle or update information. |

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