Delete a Micro record backup
micro_backup_deleteDelete a specific backup record permanently using its UUID and SHA-256 digest, while preserving current project data and local source files.
Instructions
Permanently delete one exact record-only backup without changing current project data or local source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory | |
| sha256 | Yes | Exact digest of the selected backup | |
| confirm | Yes | Explicit confirmation to permanently delete this exact record backup | |
| backupId | Yes | Exact backup UUID from a fresh micro_backups result |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |