import CLIINSTALL from "versionContent/_partials/_devops-cli-install.mdx";
To manage development forks:
-
Fork the $SERVICE_SHORT
tiger service fork tgrservice --now --no-wait --name bob
By default a fork matches the resource of the parent $SERVICE_LONGs. For paid plans specify
--cpuand/or--memoryfor dedicated resources.You see something like:
π΄ Forking service 'tgrservice' to create 'bob' at current state... β Fork request accepted! π New Service ID: <service_id> π Password saved to system keyring for automatic authentication π― Set service '<service_id>' as default service. β³ Service is being forked. Use 'tiger service list' to check status. βββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β PROPERTY β VALUE β βββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β Service ID β <service_id> β β Name β bob β β Status β β β Type β TIMESCALEDB β β Region β eu-central-1 β β CPU β 0.5 cores (500m) β β Memory β 2 GB β β Direct Endpoint β <service-id>.<project-id>.tsdb.cloud.timescale.com:<port> β β Created β 2025-10-08 13:58:07 UTC β β Connection String β postgresql://tsdbadmin@<service-id>.<project-id>.tsdb.cloud.timescale.com:<port>/tsdb?sslmode=require β βββββββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ -
When you are done, delete your forked $SERVICE_SHORT
-
Use the CLI to request $SERVICE_SHORT delete:
tiger service delete <service_id>
-
Validate the $SERVICE_SHORT delete:
Are you sure you want to delete service '<service_id>'? This operation cannot be undone. Type the service ID '<service_id>' to confirm: <service_id>You see something like:
ποΈ Delete request accepted for service '<service_id>'. β Service '<service_id>' has been successfully deleted.
-