Ganaka
DefaultGeneral
DefaultGeneral
  1. Neon
  • Groww APIs
    • Instruments (Groww)
      GET
    • Portfolio (Groww)
      GET
    • Historical Candles (Groww)
      GET
    • Order list (Groww)
      GET
    • Quote (Groww)
      GET
  • NSE
    • Get Instrument Details
      GET
  • WebShare Proxy
    • IP List
      GET
  • Neon
    • Create Branch
      POST
    • Restore Branch
      POST
DefaultGeneral
DefaultGeneral
  1. Neon

Create Branch

Production
Production
POST
/api/v2/projects/{project_id}/branches
Generated from cURL: curl --request POST
--url https://console.neon.tech/api/v2/projects/project_id/branches
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"branch": {
"parent_id": "br-raspy-boat-a139w245",
"name": "test"
}
}
'

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v2/projects/odd-wave-51728334/branches' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'content-type: application/json' \
--data-raw '{
    "endpoints": [
        {
            "autoscaling_limit_min_cu": 0.25,
            "autoscaling_limit_max_cu": 0.25
        },
        {
            "type": "read_only"
        }
    ],
    "branch": {
        "parent_id": "br-raspy-boat-a139w245",
        "name": "test2"
    }
}'
Response Response Example
{}
Modified at 2026-01-31 13:45:04
Previous
IP List
Next
Restore Branch
Built with