Update endpoint, this can also be used to start or stop a dedicated endpoint
Updates an existing endpoint’s configuration. You can modify the display name, autoscaling settings, or change the endpoint’s state (start/stop).
Documentation Index
Fetch the complete documentation index at: https://docs.together.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the endpoint to update
"endpoint-d23901de-ef8f-44bf-b3e7-de9c1ca8f2d7"
Body
A human-readable name for the endpoint
"My Llama3 70b endpoint"
The desired state of the endpoint
STARTED, STOPPED "STARTED"
New autoscaling configuration for the endpoint
The number of minutes of inactivity after which the endpoint stops automatically. Set to 0 to disable automatic timeout.
60
Response
200
Details about a dedicated endpoint deployment
The object type, which is always endpoint.
Unique identifier for the endpoint
"endpoint-d23901de-ef8f-44bf-b3e7-de9c1ca8f2d7"
System name for the endpoint
"devuser/deepseek-ai/DeepSeek-R1-a32b82a1"
Human-readable name for the endpoint
"My DeepSeek R1 endpoint"
The model deployed on this endpoint
"deepseek-ai/DeepSeek-R1"
The hardware configuration used for this endpoint
"8x_nvidia_h200_140gb_sxm"
The type of endpoint
dedicated "dedicated"
The owner of this endpoint
"devuser"
Current state of the endpoint
PENDING, STARTING, STARTED, STOPPING, STOPPED, ERROR "STARTED"
Configuration for automatic scaling of the endpoint
Timestamp when the endpoint was created
"2025-02-04T10:43:55.405Z"