PgBeam
PgBeam Docs
db

db delete

Delete a database

Removes a database registration from the project.

Usage

pgbeam db delete <id> [flags]

Options

OptionDescriptionRequiredDefault
<id>Yes-
--yes, -ySkip 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

# Delete a database
pgbeam db delete

# Output as JSON
pgbeam db delete --json

Output

Renders a human-readable table or detail view by default; pass --json for the raw API response.

On this page