Skip to content
Docs

inquir apps backups <app> delete

Permanently delete a volume restore point.

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

Usage#

inquir apps backups <app> deletebash
inquir apps backups <app> delete <backupId> [options]

Options#

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

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir apps backups db delete BACKUP_ID

Behavior#

The CLI resolves the backup before asking for confirmation. Deletion removes that restore point permanently.

Guides#