Last chance! 50% off unlimited learning
Sale ends in
Deletes a snapshot of a volume.
You can take snapshots of your gateway volumes on a scheduled or ad hoc
basis. This API action enables you to delete a snapshot schedule for a
volume. For more information, see Backing up your volumes.
In the
delete_snapshot_schedule
request, you identify the volume by providing its Amazon Resource Name
(ARN). This operation is only supported in stored and cached volume
gateway types.
To list or delete a snapshot, you must use the Amazon EC2 API. For more information, go to DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference.
storagegateway_delete_snapshot_schedule(VolumeARN)
A list with the following syntax:
list(
VolumeARN = "string"
)
[required] The volume which snapshot schedule to delete.
svc$delete_snapshot_schedule(
VolumeARN = "string"
)
if (FALSE) {
# This action enables you to delete a snapshot schedule for a volume.
svc$delete_snapshot_schedule(
VolumeARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12..."
)
}
Run the code above in your browser using DataLab