v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1441397379.2 KB

Deletes an Amazon FSx for OpenZFS snapshot. After deletion, the snapshot no longer exists, and its data is gone. Deleting a snapshot doesn't affect snapshots stored in a file system backup.

The DeleteSnapshot operation returns instantly. The snapshot appears with the lifecycle status of DELETING until the deletion is complete.

post/#X-Amz-Target=AWSSimbaAPIService_v20180301.DeleteSnapshot

Headers

X-Amz-Target'AWSSimbaAPIService_v20180301.DeleteSnapshot' required

Request body

ClientRequestTokenstring

(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

SnapshotIdstring required

The ID of the snapshot that you want to delete.

Response

Success

SnapshotIdstring

The ID of the deleted snapshot.

Lifecycle'PENDING' | 'CREATING' | 'DELETING' | 'AVAILABLE'

The lifecycle status of the snapshot. If the <code>DeleteSnapshot</code> operation is successful, this status is <code>DELETING</code>.