wordpress_delete_backup
Remove backup files from WordPress sites to manage storage space and maintain clean backup directories by specifying the backup ID.
Instructions
Delete a backup file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backupId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"backupId": {
"type": "string"
}
},
"required": [
"backupId"
],
"type": "object"
}