We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e0d49 commit 952d011Copy full SHA for 952d011
docs/v3-openapi.yaml
@@ -1595,6 +1595,18 @@ components:
1595
We recommend prefixing tags with a namespace using an underscore or colon, like `user_1234567` or `org:9876543`. Stripe uses underscores.
1596
items:
1597
type: string
1598
+ machine:
1599
+ type: string
1600
+ enum:
1601
+ - micro
1602
+ - small-1x
1603
+ - small-2x
1604
+ - medium-1x
1605
+ - medium-2x
1606
+ - large-1x
1607
+ - large-2x
1608
+ example: "small-2x"
1609
+ description: The machine preset to use for this run. This will override the task's machine preset and any defaults.
1610
TTL:
1611
type:
1612
- string
0 commit comments