Neon · Capability
Neon Management API — Endpoints
Neon Management API — Endpoints. 9 operations. Lead operation: List branch endpoints. Self-contained Naftiko capability covering one Neon business surface.
What You Can Do
GET
Listprojectbranchendpoints
— List branch endpoints
/v1/projects/{project-id}/branches/{branch-id}/endpoints
GET
Listprojectendpoints
— List compute endpoints
/v1/projects/{project-id}/endpoints
POST
Createprojectendpoint
— Create a compute endpoint
/v1/projects/{project-id}/endpoints
GET
Getprojectendpoint
— Retrieve compute endpoint details
/v1/projects/{project-id}/endpoints/{endpoint-id}
PATCH
Updateprojectendpoint
— Update a compute endpoint
/v1/projects/{project-id}/endpoints/{endpoint-id}
DELETE
Deleteprojectendpoint
— Delete a compute endpoint
/v1/projects/{project-id}/endpoints/{endpoint-id}
POST
Restartprojectendpoint
— Restart a compute endpoint
/v1/projects/{project-id}/endpoints/{endpoint-id}/restart
POST
Startprojectendpoint
— Start a compute endpoint
/v1/projects/{project-id}/endpoints/{endpoint-id}/start
POST
Suspendprojectendpoint
— Suspend a compute endpoint
/v1/projects/{project-id}/endpoints/{endpoint-id}/suspend
MCP Tools
list-branch-endpoints
List branch endpoints
read-only
idempotent
list-compute-endpoints
List compute endpoints
read-only
idempotent
create-compute-endpoint
Create a compute endpoint
retrieve-compute-endpoint-details
Retrieve compute endpoint details
read-only
idempotent
update-compute-endpoint
Update a compute endpoint
idempotent
delete-compute-endpoint
Delete a compute endpoint
idempotent
restart-compute-endpoint
Restart a compute endpoint
start-compute-endpoint
Start a compute endpoint
suspend-compute-endpoint
Suspend a compute endpoint