Skip to content
Docs

inquir delete

Delete a deployed serverless function.

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

Usage#

inquir deletebash
inquir delete <function> [options]

Options#

OptionDescription
--yes, -yConfirm this operation without prompting.
--workspace <id|slug>Target this workspace within your credential permissions.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir delete unused-function
Example 2bash
inquir delete unused-function --yes

Behavior#

Interactive deletion asks for confirmation. CI or a non-interactive terminal requires --yes.

Guides#