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


---

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