# 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"
}
```
