PgBeam Docs
projectsdomains

domains delete

Remove a custom domain

Remove a custom domain from the linked project and revoke its TLS certificate. This action cannot be undone. A confirmation prompt is shown unless --yes is passed.

Usage

pgbeam domains delete <id> [flags]

Options

OptionDescriptionRequiredDefault
<id>ID of the domain to removeYes-
--yes, -ySkip the confirmation promptNofalse

Global options

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

Examples

# Delete a domain (with confirmation)
pgbeam domains delete dom_xxx

# Delete without confirmation
pgbeam domains delete dom_xxx --yes

Output

Prints a success message confirming the domain was deleted.

On this page