Deletes an existing database backup and all its contained snapshots.
Input Parameter Description
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| backup_name | string | Name of the backup object to be deleted. An empty string or '*' will delete all existing backups if true. | ||||||||
| datasink_name | string | Datasink where backup is stored. | ||||||||
| options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Output Parameter Description
| Name | Type | Description |
|---|---|---|
| backup_name | string | Value of input parameter backup_name. |
| backup_names | array of strings | Backups that were deleted. |
| info | map of string to strings | Additional information. |