Skip to content
Docs

inquir apps backups <app> restore

Overwrite a volume with a READY backup.

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

Usage#

inquir apps backups <app> restorebash
inquir apps backups <app> restore <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 restore BACKUP_ID

Behavior#

Restore stops the application and replaces the volume’s contents. Writes made after the snapshot are lost; inspect the named backup before confirming.

Guides#