Files
elasticsearch-js/docs/reference/api/Slm.md
2025-05-27 15:30:21 -05:00

10 KiB

Slm

Constructor

::: new Slm(transport: Transport); :::

Properties

Name Type Description
acceptedParams Record<string, { path: string[]; body: string[]; query: string[]; }>  
transport Transport  

Methods

Name Signature Description
deleteLifecycle deleteLifecycle(this: [That](./That.md), params: [SlmDeleteLifecycleRequest](./SlmDeleteLifecycleRequest.md), options?: [TransportRequestOptionsWithOutMeta](./TransportRequestOptionsWithOutMeta.md)): Promise<[SlmDeleteLifecycleResponse](./SlmDeleteLifecycleResponse.md)>; Delete a policy. Delete a snapshot lifecycle policy definition. This operation prevents any future snapshots from being taken but does not cancel in-progress snapshots or remove previously-taken snapshots.