Last chance! 50% off unlimited learning
Sale ends in
Deletes a snapshot of a volume.
storagegateway_delete_snapshot_schedule(VolumeARN)
[required] The volume which snapshot schedule to delete.
svc$delete_snapshot_schedule( VolumeARN = "string" )
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 Working with Snapshots.
In the DeleteSnapshotSchedule
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. in Amazon Elastic Compute Cloud API Reference.
# NOT RUN {
# This action enables you to delete a snapshot schedule for a volume.
# }
# NOT RUN {
svc$delete_snapshot_schedule(
VolumeARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol..."
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab