> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-ticket.md).

# cldkctl ticket

The ticket command is used to manage ticket services for your projects. This includes creating support or issue tickets, listing existing tickets, adding comments or attachments, and viewing ticket details. It allows users to efficiently track and manage project-related requests and support cases directly from the command line.

## Usage

```
cldkctl ticket [flags]
```

```
cldkctl ticket [command]
```

## Available commands

<table><thead><tr><th width="242">Command</th><th>Description</th></tr></thead><tbody><tr><td>attachment-add</td><td>Add an attachment to an existing ticket</td></tr><tr><td>comment-create</td><td>Add a comment to an existing ticket</td></tr><tr><td>create</td><td>Create a new ticket</td></tr><tr><td>detail</td><td>View detailed information about a specific ticket</td></tr><tr><td>list</td><td>List all available tickets</td></tr></tbody></table>

## Flags

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

<table><thead><tr><th width="246.66668701171875">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the ticket command.</td></tr></tbody></table>
