For the complete documentation index, see llms.txt. This page is also available as Markdown.

SpotInstanceOptions Object

Description

Specifies parameters to use when using spot instances.

Properties

maxSpotPrice

Maximum spot instance price.

Type: decimal

Required: Yes

Sample JSON

{
    "maxSpotPrice": 0.05
}

Last updated