paws.management (version 0.1.0)

opsworkscm_delete_backup: Deletes a backup

Description

Deletes a backup. You can delete both manual and automated backups. This operation is asynchronous.

Usage

opsworkscm_delete_backup(BackupId)

Arguments

BackupId

[required] The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs are in the format ServerName-yyyyMMddHHmmssSSS.

Request syntax

svc$delete_backup(
  BackupId = "string"
)

Details

An InvalidStateException is thrown when a backup deletion is already in progress. A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is thrown when parameters of the request are not valid.