# password

The cldkctl registry password command displays the authentication password required to access the registry. This command is used to retrieve the private registry password after providing your user login credentials.

## Usage

```
cldkctl registry password [flags]
```

## Steps

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

1. Use the --registry global flag to specify which registry you want to retrieve the password for.
2. Run the following command in your terminal:

```
./cldkctl --registry <registry_name> registry password
```

3. When prompted, enter your user login password — this is the same password you use to sign in to the Service Portal AI.
4. After authentication, the system will display your registry password:

* This password is automatically generated by the system.
* It is used exclusively for registry authentication and is different from your login password.
* The displayed password will appear as a random string

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

## Flags

{% hint style="info" %}

1. This command supports [global flags. ](/cloudeka-api-list/global-flags.md)Refer to the Global Flags section for details.
2. The registry password is system-generated and cannot be customized. It’s specifically used when pulling or pushing images from your private registry.
   {% endhint %}

| Flag                  | Description                             |
| --------------------- | --------------------------------------- |
| -h, --help            | Help for the registry password command. |
| -p, --password string | User password for authentication.       |


---

# 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-registry/password.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.
