> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TokenUnpause

> TokenUnpauseTransaction is the Hedera Token Service protobuf message used to resume transfers and operations for a paused HTS token.

Unpauses the Token. Must be signed with the Token's pause key.

* If the provided token is not found, the transaction will resolve to INVALID\_TOKEN\_ID
* If the provided token has been deleted, the transaction will resolve to TOKEN\_WAS\_DELETED
* If no Pause Key is defined, the transaction will resolve to TOKEN\_HAS\_NO\_PAUSE\_KEY
* Once executed the Token is marked as Unpaused and can be used in Transactions
* The operation is idempotent - becomes a no-op if the Token is already unpaused

## TokenUnpauseTransactionBody

| Field   | Type                                               | Description              |
| ------- | -------------------------------------------------- | ------------------------ |
| `token` | [TokenID](/reference/protobuf/basic-types/tokenid) | The token to be unpaused |
