diff --git a/runpod/api/mutations/endpoints.py b/runpod/api/mutations/endpoints.py index c9f88320..ab7c09df 100644 --- a/runpod/api/mutations/endpoints.py +++ b/runpod/api/mutations/endpoints.py @@ -23,7 +23,7 @@ def generate_endpoint_mutation( # ------------------------------ Required Fields ----------------------------- # if flashboot: - input_fields.append('flashBootType: "FLASHBOOT"') + input_fields.append('flashBootType: FLASHBOOT') input_fields.append(f'name: "{name}"') input_fields.append(f'templateId: "{template_id}"')