MGS9006: token not found
magus config console token revoke, magus config mcp connector revoke or the
console's token settings named a token that the store does not contain.
[MGS9006] auth: no token has the name or id "ci"
see: .../MGS9006.md
Why
Revoke takes an exact id when what you named is eight hex digits, and an exact name otherwise. No name may look like an id, so the two never mix, and nothing matches by prefix: a revoke deletes the token you named or nothing. Both commands read the one store, so either revokes any stored token. Nothing matched: the id or name is wrong, or it was already revoked or expired.
Resolution
List what is there and revoke by an exact id or name from the list:
magus config console token ls
magus config console token revoke <id-or-name>
What this is NOT
- Not the operator token. It is not in the store and is never a revoke
target here; rotate it with
magus config token generate --force.