Services are the core resources in Aiven, including databases like PostgreSQL and MySQL, streaming platforms like Apache Kafka, and other data infrastructure services.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/aiven/aiven-docs/llms.txt
Use this file to discover all available pages before exploring further.
List services
Retrieve all services in a project.Project name
Request example
Response
List of service objects
Response example
Get service details
Retrieve detailed information about a specific service.Project name
Service name
Request example
Response
Detailed service information (same structure as list services)
Create service
Create a new Aiven service.Project name
Request body
Name for the new service (3-63 characters)
Service type:
pg, mysql, kafka, opensearch, caching, clickhouse, grafana, etc.Service plan (e.g.,
hobbyist, startup-4, business-4)Cloud region (e.g.,
google-europe-west3, aws-us-east-1)Total disk space in megabytes (overrides plan default)
VPC ID to deploy the service in
Enable termination protection (default: false)
Service-specific configuration options
Request example
Response
The newly created service object with state
REBUILDINGServices start in the
REBUILDING state and transition to RUNNING when ready. This typically takes 5-15 minutes depending on the service type and plan.Update service
Update service configuration, plan, or cloud region.Project name
Service name
Request body
Change service plan
Migrate service to different cloud region
Increase disk space (cannot be decreased)
Power service on (true) or off (false)
Enable or disable termination protection
Maintenance window configuration (dow, time)
Update service-specific configuration
Request example
Response
The updated service object
Delete service
Permanently delete a service and all its data.Project name
Service name
Request example
Response
Returns 200 OK with an empty response body on success.List service types
Get available service types and their descriptions.Request example
Response
List of available service types
Response example
List service plans
Get available plans for a service type in a specific cloud region.Project name
Service type (e.g.,
pg, kafka)Filter by cloud region