# cldkctl voucher-trial

The voucher-trial command manages trial vouchers that provide temporary credit balances for your Cloudeka projects. It allows users to claim trial vouchers (for testing or evaluation purposes) and list all claimed trial vouchers. Trial vouchers typically offer limited-time or fixed-value credits, enabling users to explore Cloudeka services before committing to a paid plan.

```bash
cldkctl voucher-trial [flags]
cldkctl voucher-trial [command]
```

## Available Commands

<table><thead><tr><th width="184">Command</th><th>Description</th></tr></thead><tbody><tr><td>claim</td><td>Claim a trial voucher to receive project credits</td></tr><tr><td>list</td><td>List claimed trial vouchers and their details</td></tr></tbody></table>

## Flags

<table data-header-hidden><thead><tr><th width="144">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the voucher-trial command.</td></tr></tbody></table>

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


---

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