Managing Access Tokens - Edit & Disable Guide
Viewing Token Details
To view token information:
-
Tokens are displayed in the table with all relevant information visible.
-
Each token row shows:
- Label: The token’s name
- Token: Partially masked token string (first 10 characters visible)
- Scope: The role/permission level
- Created: Creation timestamp
- Expires: Expiration date (if set)
- Status: Active or Disabled badge
-
Use the copy button (eye icon) next to the token to copy the full token string.
Editing Access Tokens
To edit an access token:
-
Click the “Edit” icon (pencil) next to the token you want to modify.
-
A modal “Edit Access Token” will appear with current values pre-filled.
-
Update the following fields:
Label:
- Modify the token’s label/name
- Required field
Scope:
- Change the token’s role/permission level
- Select from available roles
- Required field
Expiry Date:
- Update or set an expiration date
- Clear the date to remove expiration
- Must be a future date if set
-
Click “Update Access Token” to save changes.
-
As a result, the token is updated with the new values.
Note: You cannot edit disabled tokens. Enable them first, then edit.
Disabling and Enabling Access Tokens
To disable an access token:
-
Click the “Disable” icon (eye-off) next to an active token.
-
A confirmation dialog will appear warning that:
- Any processes using this token will immediately lose access
- CI/CD pipelines and integrations will fail to authenticate
- This action can be reversed by enabling the token
-
Click “Disable Token” to confirm.
-
As a result:
- The token is disabled
- It appears with reduced opacity in the list
- A “Disabled” badge is shown
- API requests using this token will fail
To enable a disabled access token:
-
Click the “Enable” icon (eye) next to a disabled token.
-
A confirmation dialog will appear confirming that:
- Integrations and automation using this token will regain access
- The token will be immediately active
-
Click “Enable Token” to confirm.
-
As a result:
- The token is enabled
- It becomes active immediately
- API requests using this token will succeed again
When to Disable vs Delete:
- Disable: Temporarily revoke access without losing the token (can be re-enabled)
- Delete: Permanently remove the token (cannot be recovered)
Deleting Access Tokens
To delete an access token:
-
Click the “Delete” icon (trash) next to the token you want to delete.
-
A confirmation dialog will appear warning that:
- This action cannot be undone
- Any processes using this token will immediately stop working
- CI/CD pipelines, automation scripts, and integrations will fail
-
Click “Delete Token” to confirm.
-
As a result:
- The token is permanently deleted
- It is removed from the list
- All API requests using this token will fail
Note: You cannot delete disabled tokens. Delete them directly or enable them first.
Copying Access Tokens
To copy an access token:
-
Find the token in the list.
-
Click the “Copy” icon (copy button) next to the token string.
-
As a result:
- The full token string is copied to your clipboard
- A “Copied” confirmation appears
- You can paste it where needed
Security Note: Only copy tokens when necessary, and never share them publicly or commit them to version control.
Was this page helpful?