projects
projects delete
Delete a project
Soft-deletes a project and all associated databases.
Usage
pgbeam projects delete [id] [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
<id> | No | - | |
--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
# Delete a project
pgbeam projects delete
# Output as JSON
pgbeam projects delete --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.