Delete snapshot lifecycle policy API

edit

Deletes an existing snapshot lifecycle policy.

Request

edit

DELETE /_slm/policy/<snapshot-lifecycle-policy-id>

Description

edit

A policy can be deleted by issuing a delete request with the policy id. Note that this prevents any future snapshots from being taken, but does not cancel any currently ongoing snapshots or remove any previously taken snapshots.

Path parameters

edit
<snapshot-lifecycle-policy-id>
(Required, string) ID of the snapshot lifecycle policy to delete.

Examples

edit
DELETE /_slm/policy/daily-snapshots