> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/changedeleteonterminate-object.md).

# ChangeDeleteOnTerminate Object

## Description

Parameters to change "delete on terminate" settings of an EBS volume.

## Properties

### deleteOnTerminate

Indicates how the value should be modified.

Type: `string`

Valid Values:

* `off`
* `on`
* `copy-from-original`

Required: Yes

## Sample JSON

```javascript
{
    "deleteOnTerminate": "off"
}
```
