Services
Manage services and their associated actions.
List All Services
Create a Service
Get a Service
Delete a Service
Start a Service
Stop a Service
Attach Service to VPC
Detach Service from VPC
Resize a Service
Enable Connection Pooler for a Service
Disable Connection Pooler for a Service
Fork a Service
Update Service Password
Set Environment for a Service
Get service logs
Change HA configuration for a Service
ModelsExpand Collapse
Service object { connection_pooler, created, endpoint, 14 more } A database service and its current configuration.
A database service and its current configuration.
forked_from: optional object { is_standby, project_id, service_id } The service this service was forked from.
The service this service was forked from.
ha_replicas: optional object { replica_count, sync_replica_count } High-availability replica configuration for a service.
High-availability replica configuration for a service.
metrics: optional object { memory_mb, milli_cpu, storage_mb } Resource usage metrics for the service.
Resource usage metrics for the service.
The read replica sets attached to the service.
The read replica sets attached to the service.
status: optional "QUEUED" or "DELETING" or "CONFIGURING" or 8 moreThe current deployment status of the service.
The current deployment status of the service.
forked_from: optional object { is_standby, project_id, service_id } The service this service was forked from.
The service this service was forked from.
ha_replicas: optional object { replica_count, sync_replica_count } High-availability replica configuration for a service.
High-availability replica configuration for a service.
metrics: optional object { memory_mb, milli_cpu, storage_mb } Resource usage metrics for the service.
Resource usage metrics for the service.
The read replica sets attached to the service.
The read replica sets attached to the service.
status: optional "QUEUED" or "DELETING" or "CONFIGURING" or 8 moreThe current deployment status of the service.
The current deployment status of the service.
ServiceLogsResponse object { logs, entries, lastCursor } The logs for a service.
The logs for a service.
entries: optional array of object { message, severity, timestamp } Structured log entries with timestamp and severity metadata.
Only present on the cursor-based path (page=0 or cursor provided).
Entries are in the same order as logs and can be used in place of it
by callers that need structured data.
Structured log entries with timestamp and severity metadata. Only present on the cursor-based path (page=0 or cursor provided). Entries are in the same order as logs and can be used in place of it by callers that need structured data.
ServicesReplica Sets
Manage read replica sets and their associated actions.
Get Read Replica Sets
Create a Read Replica Set
Delete a Read Replica Set
Resize a Read Replica Set
Enable Connection Pooler for a Read Replica
Disable Connection Pooler for a Read Replica
Set Environment for a Read Replica
ModelsExpand Collapse
ReadReplicaSet object { id, connection_pooler, cpu_millis, 6 more } A set of read replicas for a service.
A set of read replicas for a service.