Api tokensPersonal access tokens

Revoke a Personal Access Token

Revoke a Personal Access Token immediately.

Goal

Stop a token from being used after it is no longer needed or has been exposed.

Revoking a token is permanent. A revoked token cannot be restored.

What you need

  • The Personal Access Token you want to revoke
  • Confirmation that the token is no longer needed, because revocation is permanent

To revoke it:

  1. Open Personal Access Tokens
  2. Select the token you want to revoke
  3. Click REVOKE
  4. Confirm REVOKE TOKEN

Using Devopness MCP

Try these prompts in Devopness MCP:

  • "Revoke the ci-deploy personal access token for my Devopness account."
  • "Revoke the personal access token named ci-deploy and then confirm it is no longer active."

Verify

  • The token can no longer authenticate requests
  • Its status changes to revoked in the list

Common issues

  • You cannot revoke it: confirm you have permission to manage the token
  • A revoked token still appears active: refresh the list

What to do next

Edit on GitHub

On this page