nyx_domain_remove
Delete a domain. The operator’s finalizer (nyxory.com/ingress-cleanup)
removes the Ingress + Certificate + TLS-Secret in the same step, so
removing a domain takes the matching HTTPS endpoint offline immediately.
Without —yes the CLI asks for a “yes” confirmation. In non-tty contexts
(pipes, CI) or with —json set, the CLI exits with the
confirmation_required error code instead of silently auto-deleting.
Standard flow:
nyx domain remove app.acme.com # interactive: type “yes” nyx domain remove app.acme.com —yes # for scripts / agents
Arguments
Section titled “Arguments”| Argument | Required |
|---|---|
hostname | yes |
| Flag | Type | Default | Description |
|---|---|---|---|
--context | string | Override the active context for this invocation (also: NYX_CONTEXT env var) | |
--json | bool | false | Emit one JSON envelope per invocation (stdout for success, stderr for errors) |
--yes | bool | false | Skip the confirmation prompt |
Aliases: rm, delete
Generated from tree.json @ fallbac.