displayName
amux gateway tokens revoke
kind
cli-subcommand
surface
cli
parentBin
amux
subcommandVerb
gateway tokens revoke
flags
- --config:1:gateway config path
- --id:1:token id (else first positional)
subcommandExitCodes
- 0:success:token revoked
- 1:general-error:token not found
- 2:usage-error:missing token id
description
Revoke a gateway access token by id. Source:
packages/agent-mux/cli/src/commands/gateway/tokens.ts:81-94.