agents
agents revoke
Revoke an agent credential
Permanently revokes the credential and drops any live connections.
Usage
pgbeam agents revoke <id> [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
<id> | Yes | - | |
--yes, -y | Skip the confirmation prompt (useful for scripts and CI/CD) | No | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --no-trunc, --debug) are
also available on this command.
Examples
# Revoke an agent credential
pgbeam agents revoke
# Output as JSON
pgbeam agents revoke --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.