v1
Instance Configuration
Set Organization Instance Config
Set default dedicated instance configuration for the organization (inherited by namespaces without their own config).
put/v1/organization/instance
Query parameters
validateboolean
Test connection before saving
Test connection before saving
Headers
X-API-Keystring required
Request body
Example request
{
"neo4j": {
"bolt_url": "neo4j+s://abc12345.databases.neo4j.io",
"graphql_endpoint": "https://abc12345-graphql.production-orch-0042.neo4j.io/graphql",
"password": "my-secret-password",
"username": "neo4j"
},
"provider": "gcp",
"region": "us-west1"
}Response
Successful Response