Path Parameters
The unique identifier of the project.
"rp1pz7uyae"
The unique identifier of the service.
"d1k5vk7hf2"
Body
Create a fork of an existing service. Service type, region code, and storage are always inherited from the parent service. HA replica count is always set to 0 for forked services.
Strategy for creating the fork. This field is required.
LAST_SNAPSHOT, NOW, PITR A human-readable name for the forked service. If not provided, will use parent service name with "-fork" suffix.
"my-production-db-fork"
The initial CPU allocation in milli-cores, or 'shared' for a shared-resource service. If not provided, will inherit from parent service.
"1000"
The initial memory allocation in gigabytes, or 'shared' for a shared-resource service. If not provided, will inherit from parent service.
"4"
Target time for point-in-time recovery. Required when fork_strategy is PITR.
"2024-01-01T00:00:00Z"
The environment tag for the forked service, 'DEV' by default.
DEV, PROD Response
Fork request accepted. The response contains the details of the new service being created.
The unique identifier for the service.
The project this service belongs to.
The name of the service.
The cloud region where the service is hosted.
"us-east-1"
The type of the service.
TIMESCALEDB, POSTGRES, VECTOR Creation timestamp
The initial password for the service.
"a-very-secure-initial-password"
Whether the service is paused
Current status of the service
QUEUED, DELETING, CONFIGURING, READY, DELETED, UNSTABLE, PAUSING, PAUSED, RESUMING, UPGRADING, OPTIMIZING List of resources allocated to the service
Additional metadata for the service
VPC endpoint configuration if available