# detail

The cldkctl project detail command displays detailed information about a specific project within your organization. It provides essential project attributes such as Project ID, Status, Name, Description, Billing Interval, Payment Method, and important date information like Created At, Activation Date, and Last Update.

## Usage

```
cldkctl project detail [id] [flags]
```

## Steps

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

1. Identify the Project ID of the project you want to inspect. Refer to the Project List section to view all Project IDs.
2. Run the command below and replace \<project\_id> with your actual ID:

```
cldkctl project detail <project_id>
```

3. Press Enter to execute the command. The system will display the full details of the selected project.
4. Review the output fields to confirm the project’s current configuration and billing information.

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

| Column             | Description                                                                      |
| ------------------ | -------------------------------------------------------------------------------- |
| ID                 | Unique identifier of the project. Used as a reference for other commands.        |
| Status             | Indicates the current operational state of the project (e.g., Active, Inactive). |
| Project Name       | The name assigned to the project during creation.                                |
| Description        | Additional notes or details describing the project’s purpose or updates.         |
| Business VATID     | Unique business tax identifier associated with the project.                      |
| Service Instance   | Number of active service instances under the project.                            |
| Interval Billing   | Frequency of billing (e.g., 1 month).                                            |
| Invoice Due Period | Duration allowed before invoice payment is due.                                  |
| Payment Method     | Payment type associated with the project (e.g., postpaid).                       |
| Created At         | Date when the project was initially created.                                     |
| Activation Date    | Date when the project became active.                                             |
| Last Update        | Time since the last modification or update to the project.                       |

## Flags

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

| Flag       | Description                  |
| ---------- | ---------------------------- |
| -h, --help | Help for the detail command. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guidance-for-individual/cloudeka-api-list/command-reference/cldkctl-project/detail.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.
