# cldkctl project

The project command is used to manage projects in Cloudeka. It enables users to list, view details, edit configurations, check resource quotas, and delete projects. This command is particularly useful for maintaining and organizing multiple environments or workloads under the same organization.

## Usage

```
cldkctl project [flags]
```

```
cldkctl project [command]
```

## Available commands

| Command | Description                                                                        |
| ------- | ---------------------------------------------------------------------------------- |
| delete  | Delete a project                                                                   |
| detail  | Get detailed information of a specific project                                     |
| edit    | Edit the configuration or metadata of a project                                    |
| list    | List all projects available in the current organization                            |
| rquota  | View resource quotas for a specific project (e.g., CPU, memory, or storage limits) |

## Flags

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

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