Skip to content

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

ArgumentRequired
hostnameyes
FlagTypeDefaultDescription
--contextstringOverride the active context for this invocation (also: NYX_CONTEXT env var)
--jsonboolfalseEmit one JSON envelope per invocation (stdout for success, stderr for errors)
--yesboolfalseSkip the confirmation prompt

Aliases: rm, delete


Generated from tree.json @ fallbac.