v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
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:

    accountId: "f53d2330-3795-4c5d-a1f3-453121af9c60"
    
post/gitpod.v1.AccountService/UnblockAccount

Request body

accountIdstring uuid required

account_id is the UUID of the account to unblock

Response

Success

GitpodV1UnblockAccountResponse required