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

Restore Branch

Production
Production
POST
/api/v2/projects/{project_id}/branches/{branch_id}/restore
Generated from cURL: curl --request POST
--url https://console.neon.tech/api/v2/projects/project_id/branches/branch_id/restore
--header 'accept: application/json'
--header 'content-type: application/json'

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

⚪0
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v2/projects/odd-wave-51728334/branches/br-cold-poetry-a18p6mnv/restore' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'content-type: application/json' \
--data-raw '{
    "source_branch_id": "br-raspy-boat-a139w245"
}'
Modified at 2026-01-31 13:45:04
Previous
Create Branch
Built with