API
CLI
POST /v1beta/projects/{project}/addons/{addon}/scale
Example request
request body
curl
curl --header "Content-Type: application/json" \
--header "Authorization: Bearer NORTHFLANK_API_TOKEN" \
--request POST \
--data '{"deploymentPlan":"nf-compute-20","storage":1024,"replicas":1}' \
https://api.northflank.com/v1beta/projects/{project}/addons/{addon}/scale
Example response
200 OK
success