Skip to content

Commit eb040b2

Browse files
authored
Merge pull request #165 from togethercomputer/blaine/eng-48403-add-availability_zone-to-endpoint-create-openapi-spec
Add `availability_zone` to Endpoint create method
2 parents ffb466f + 7fe898c commit eb040b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7273,6 +7273,9 @@ components:
72737273
description: The number of minutes of inactivity after which the endpoint will be automatically stopped. Set to null, omit or set to 0 to disable automatic timeout.
72747274
nullable: true
72757275
example: 60
7276+
availability_zone:
7277+
type: string
7278+
description: Create the endpoint in a specified availability zone (e.g., us-central-4b)
72767279

72777280
DedicatedEndpoint:
72787281
type: object

0 commit comments

Comments
 (0)