API
CLI
POST /v1beta/projects/{project}/addons
Example request
request body
curl
curl --header "Content-Type: application/json" \
--header "Authorization: Bearer NORTHFLANK_API_TOKEN" \
--request POST \
--data '{"name":"Example Addon","description":"An addon description","type":"postgres","version":"12.4.0","billing":{"deploymentPlan":"nf-compute-20","storage":1024,"replicas":1}}' \
https://api.northflank.com/v1beta/projects/{project}/addons
Example response
200 OK
Details about the newly created addon.
JSON
{
"type": "normal",
"nfObjectId": "new-addon",
"name": "New Addon",
"description": "This is a new addon."
}