Skip to main content
POST
/
v1
/
compute
/
{id}
/
scale
Scale service
curl --request POST \
  --url https://api.usenaive.ai/v1/compute/{id}/scale \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "count": 5
}'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required

Body

application/json
count
number
required
Required range: 0 <= x <= 10

Response

OK.

The response is of type object.