Skip to content
Docs

inquir apps delete

Archive an application and stop all its releases.

@inquir/compute-cliv0.3.0 · Node.js 22+

Usage#

inquir apps deletebash
inquir apps delete <app> --yes [options]

Options#

OptionDescription
--yes, -yConfirm this operation without prompting.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir apps delete unused-app --yes

Behavior#

CLI 0.3.0 requires --yes explicitly for application deletion, including in an interactive terminal.

Guides#