---
title: "UnblockAccount"
method: POST
path: "/gitpod.v1.AccountService/UnblockAccount"
tags: ["gitpod.v1.AccountService"]
---

# UnblockAccount

`POST /gitpod.v1.AccountService/UnblockAccount`

Unblocks a previously blocked account, restoring API access.

 Use this method to:
 - Restore access after resolving policy violations
 - Reinstate accounts after review

 Note: Unblocking does NOT restore:
 - Stopped environments (must be restarted manually)
 - Cancelled subscriptions (must be re-subscribed)
 - Deleted resources

 Requires the `block_account` permission.

 ### Examples

 - Unblock account:

   ```yaml
   accountId: "f53d2330-3795-4c5d-a1f3-453121af9c60"
   ```

## Request body

- GitpodV1UnblockAccountRequest
  - `accountId` string, uuid, required — account_id is the UUID of the account to unblock

## Response `200`

Success

- GitpodV1UnblockAccountResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/44d50c2ac284/schema)
