Skip to main content
GET
/
concurrent_connections
/
{model_id}
Get connections for a model
curl --request GET \
  --url https://restapi.deepdub.ai/api/v1/concurrent_connections/{model_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Operation successful",
  "data": {
    "concurrent_connections": 3,
    "desired_concurrent_connections": 5
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.deepdub.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication. Must start with dd- prefix.

Headers

x-api-key
string
default:dd-00000000000000000000000065c9cbfe
required

API Key

Path Parameters

model_id
string
required

Model ID

Response

Connection info for the model

Autoscaling group connection information

success
boolean
Example:

true

message
string
Example:

"Operation successful"

data
object