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 19b7bbb commit 3930b6cCopy full SHA for 3930b6c
sdks/graphql/manage-pods.mdx
@@ -829,7 +829,7 @@ query {
829
```
830
</Tab>
831
832
-<Tab title="Example output (in stock)">
+<Tab title="Example output (high stock)">
833
```json
834
{
835
"data": {
@@ -840,7 +840,7 @@ query {
840
"uninterruptablePrice": 0.35,
841
"minVcpu": 2,
842
"minMemory": 8,
843
- "stockStatus": "IN_STOCK",
+ "stockStatus": "High",
844
"compliance": null,
845
"maxUnreservedGpuCount": 5,
846
"availableGpuCounts": [1, 2, 4],
@@ -898,4 +898,4 @@ query {
898
}
899
900
901
-</Tabs>
+</Tabs>
0 commit comments