LinuxCommandLibrary

tgcloud

Manage TigerGraph Cloud instances

TLDR

List instances

$ tgcloud instance list
copy
Create instance
$ tgcloud instance create [name]
copy
Delete instance
$ tgcloud instance delete [name]
copy
Show status
$ tgcloud instance status [name]
copy
Start instance
$ tgcloud instance start [name]
copy

SYNOPSIS

tgcloud command [subcommand] [options]

DESCRIPTION

tgcloud is the command-line interface for managing TigerGraph Cloud graph database instances. It provides programmatic control over cloud-hosted TigerGraph deployments, enabling instance lifecycle management including creation, deletion, starting, stopping, and status monitoring.
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.

PARAMETERS

instance

Instance operations.
list
List instances.
create
Create instance.
delete
Delete instance.
status
Show status.
--help
Show help.

CAVEATS

TigerGraph account needed. Cloud service. Authentication required.

HISTORY

tgcloud is the CLI tool for managing TigerGraph Cloud graph database instances.

SEE ALSO

gsql(1), neo4j(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community