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


---

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