# cldkctl organization

The organization command is used to manage organization-level configurations in Cloudeka. It provides functionality to view and edit organization details, manage members, and define roles and permissions to control access across projects. This command is essential for administrators who oversee user management, access control, and team collaboration settings.

## Usage

```
cldkctl organization [flags]
```

```
cldkctl organization [command]
```

## Aliases

```
organization, org
```

## Available commands

<table><thead><tr><th width="150.6666259765625">Column</th><th>Descrption</th></tr></thead><tbody><tr><td><code>edit</code></td><td>Edit organization details such as name, description, or settings</td></tr><tr><td><code>member</code></td><td>Manage organization members (add, remove, or list users)</td></tr><tr><td><code>role</code></td><td>Manage roles and permissions for users or groups</td></tr></tbody></table>

## Flags

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

<table><thead><tr><th width="148.66668701171875">Column</th><th>Description</th></tr></thead><tbody><tr><td><code>-h, --help</code></td><td>Help for the balance command.</td></tr></tbody></table>


---

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