restore_backup
Restore configuration backups on OPNSense firewalls using the specified Backup ID. Ensure system settings and data are recovered efficiently from stored backup files.
Instructions
Restore a configuration backup
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backupId | Yes | Backup ID to restore |
Input Schema (JSON Schema)
{
"properties": {
"backupId": {
"description": "Backup ID to restore",
"type": "string"
}
},
"required": [
"backupId"
],
"type": "object"
}