> 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/spotinstanceoptions-object.md).

# SpotInstanceOptions Object

## Description

Specifies parameters to use when using spot instances.

## Properties

### maxSpotPrice

Maximum spot instance price.

Type: `decimal`

Required: Yes

## Sample JSON

```javascript
{
    "maxSpotPrice": 0.05
}
```
