← 返回命令列表

Linux command

tgcloud 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Log in

tgcloud login

List solutions

tgcloud solution list

Create a solution

tgcloud solution create

Start a solution

tgcloud solution start [solution_id]

Stop a solution

tgcloud solution stop [solution_id]

Terminate (delete) a solution

tgcloud solution terminate [solution_id]

Backup a solution

tgcloud backup create [solution_id]

说明

tgcloud is the command-line interface for managing TigerGraph Cloud graph database instances ("solutions"). It provides programmatic control over cloud-hosted TigerGraph deployments, enabling instance lifecycle management (create, start, stop, terminate), backup operations, and user/organization management. The tool is designed for automation and scripting workflows, allowing DevOps teams to manage TigerGraph Cloud infrastructure from the terminal or CI/CD pipelines without using the web console.

参数

--help, -h
Show command help.
--verbose
Verbose output.

FAQ

What is the tgcloud command used for?

tgcloud is the command-line interface for managing TigerGraph Cloud graph database instances ("solutions"). It provides programmatic control over cloud-hosted TigerGraph deployments, enabling instance lifecycle management (create, start, stop, terminate), backup operations, and user/organization management. The tool is designed for automation and scripting workflows, allowing DevOps teams to manage TigerGraph Cloud infrastructure from the terminal or CI/CD pipelines without using the web console.

How do I run a basic tgcloud example?

Run `tgcloud login` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --help, -h do in tgcloud?

Show command help.