# Edit token

Edit Token displays the token name and expiration date (Expired Date). In this feature, only the expiration date can be modified. This function is used to extend the token’s validity period without changing other data, ensuring that access management remains secure and well-controlled.

On the Token page, click the More button → then select Edit

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

The system will display a form page to modify the token data → update the Expired Date → then click the Confirm button.

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

&#x20;After the data is updated, the system will display a notification: “Token has been successfully updated.”

{% hint style="success" %}
Note :If the selected date is earlier than the existing expiration date, an error message will appear “Expired date cannot be moved backward.”
{% endhint %}

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guidance-for-individual/cloudeka-api-list/how-to-get-token/edit-token.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.
