PgBeam Docs
agents

agents enable

Re-enable a disabled agent credential

Re-enable an agent credential that was previously disabled with pgbeam agents disable. New connections using it are accepted again, subject to its policy profile.

Usage

pgbeam agents enable <id>

Options

OptionDescriptionRequiredDefault
<id>Agent credential IDYes-

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --debug) are also available on this command.

Examples

# Re-enable a credential
pgbeam agents enable agt_xxx

Output

Confirms the credential was enabled.

On this page