post https://api.render.com/v1/services//scale
Scale the service with the provided ID to a fixed number of instances.
Render ignores this value as long as autoscaling is enabled for the service.
Responses
202Service scaled successfully
Scale the service with the provided ID to a fixed number of instances.
Render ignores this value as long as autoscaling is enabled for the service.
202Service scaled successfully
xxxxxxxxxx
curl --request POST \
--url https://api.render.com/v1/services/serviceId/scale \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: