From f7b05e3cbb1c331d97ef30af9b06a37cd15351ad Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:52:37 +0000 Subject: [PATCH 1/2] Update GraphQL docs to use flashBootType field for FlashBoot --- sdks/graphql/manage-endpoints.mdx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/sdks/graphql/manage-endpoints.mdx b/sdks/graphql/manage-endpoints.mdx index c6011877..63c0d006 100644 --- a/sdks/graphql/manage-endpoints.mdx +++ b/sdks/graphql/manage-endpoints.mdx @@ -12,7 +12,7 @@ title: "Manage Endpoints" curl --request POST \ --header 'content-type: application/json' \ --url 'https://api.runpod.io/graphql?api_key=${YOUR_API_KEY}' \ - --data '{"query": "mutation { saveEndpoint(input: { gpuIds: \"AMPERE_16\", idleTimeout: 5, locations: \"US\", name: \"Generated Endpoint -fb\", networkVolumeId: \"\", scalerType: \"QUEUE_DELAY\", scalerValue: 4, templateId: \"xkhgg72fuo\", workersMax: 3, workersMin: 0 }) { gpuIds id idleTimeout locations name scalerType scalerValue templateId workersMax workersMin } }"}' + --data '{"query": "mutation { saveEndpoint(input: { gpuIds: \"AMPERE_16\", idleTimeout: 5, locations: \"US\", name: \"Generated Endpoint\", flashBootType: \"FLASHBOOT\", networkVolumeId: \"\", scalerType: \"QUEUE_DELAY\", scalerValue: 4, templateId: \"xkhgg72fuo\", workersMax: 3, workersMin: 0 }) { gpuIds id idleTimeout locations name flashBootType scalerType scalerValue templateId workersMax workersMin } }"}' ``` @@ -23,12 +23,13 @@ mutation { saveEndpoint(input: { # options for gpuIds are "AMPERE_16,AMPERE_24,ADA_24,AMPERE_48,ADA_48_PRO,AMPERE_80,ADA_80_PRO" gpuIds: "AMPERE_16", + # set flashBootType to "FLASHBOOT" to enable FlashBoot + flashBootType: "FLASHBOOT", idleTimeout: 5, # leave locations as an empty string or null for any region # options for locations are "CZ,FR,GB,NO,RO,US" locations: "US", - # append -fb to your endpoint's name to enable FlashBoot - name: "Generated Endpoint -fb", + name: "Generated Endpoint", # uncomment below and provide an ID to mount a network volume to your workers # networkVolumeId: "", scalerType: "QUEUE_DELAY", @@ -37,6 +38,7 @@ mutation { workersMax: 3, workersMin: 0 }) { + flashBootType gpuIds id idleTimeout @@ -59,11 +61,12 @@ mutation { { "data": { "saveEndpoint": { + "flashBootType": "FLASHBOOT", "gpuIds": "AMPERE_16", "id": "i02xupws21hp6i", "idleTimeout": 5, "locations": "US", - "name": "Generated Endpoint -fb", + "name": "Generated Endpoint", "scalerType": "QUEUE_DELAY", "scalerValue": 4, "templateId": "xkhgg72fuo", @@ -86,7 +89,7 @@ mutation { curl --request POST \ --header 'content-type: application/json' \ --url 'https://api.runpod.io/graphql?api_key=${YOUR_API_KEY}' \ - --data '{"query": "mutation { saveEndpoint(input: { id: \"i02xupws21hp6i\", gpuIds: \"AMPERE_16\", name: \"Generated Endpoint -fb\", templateId: \"xkhgg72fuo\", workersMax: 0 }) { id gpuIds name templateId workersMax } }"}' + --data '{"query": "mutation { saveEndpoint(input: { id: \"i02xupws21hp6i\", gpuIds: \"AMPERE_16\", name: \"Generated Endpoint\", templateId: \"xkhgg72fuo\", workersMax: 0 }) { id gpuIds name templateId workersMax } }"}' ``` @@ -97,7 +100,7 @@ mutation { saveEndpoint(input: { id: "i02xupws21hp6i", gpuIds: "AMPERE_16", - name: "Generated Endpoint -fb", + name: "Generated Endpoint", templateId: "xkhgg72fuo", # Modify your template options here (or above, if applicable). # For this example, we've modified the endpoint's max workers. @@ -122,7 +125,7 @@ mutation { "saveEndpoint": { "id": "i02xupws21hp6i", "gpuIds": "AMPERE_16", - "name": "Generated Endpoint -fb", + "name": "Generated Endpoint", "templateId": "xkhgg72fuo", "workersMax": 0 } @@ -189,7 +192,7 @@ query Endpoints { "id": "i02xupws21hp6i", "idleTimeout": 5, "locations": "US", - "name": "Generated Endpoint -fb", + "name": "Generated Endpoint", "networkVolumeId": null, "pods": [], "scalerType": "QUEUE_DELAY", From 67bb85f8d687b33657333d5e8fd34cd2ac98b4d9 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:58:05 +0000 Subject: [PATCH 2/2] Sync documentation updates --- flash/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash/troubleshooting.mdx b/flash/troubleshooting.mdx index ea3bac4f..0ace580c 100644 --- a/flash/troubleshooting.mdx +++ b/flash/troubleshooting.mdx @@ -13,7 +13,7 @@ This guide covers how to monitor your Flash deployments, debug issues, and resol When running Flash functions, logs are displayed in your terminal: ```text -2025-11-19 12:35:15,109 | INFO | Created endpoint: rb50waqznmn2kg - flash-quickstart-fb +2025-11-19 12:35:15,109 | INFO | Created endpoint: rb50waqznmn2kg - flash-quickstart 2025-11-19 12:35:15,114 | INFO | Endpoint:rb50waqznmn2kg | API /run 2025-11-19 12:35:15,655 | INFO | Endpoint:rb50waqznmn2kg | Started Job:b0b341e7-... 2025-11-19 12:35:15,762 | INFO | Job:b0b341e7-... | Status: IN_QUEUE