lbcli start node-instance

AI Tools

Starts a stopped node instance (Tech Preview).

Synopsis

Starts a stopped node instance (Tech Preview).

Starts a specific node instance's Lightbits services/instances (after they were stopped with stop node instance).

This will start the node's node management instance, the duroslight service, and the backend instance.

This is useful for dual-node servers where you want to start a single node instance without affecting the other node or if you just want to start the duroslight.

Only system administrators can execute this command.

Note that node maintenance operations (stop/start/restart) are in tech preview, for evaluative purposes only. They should not be used in production clusters.

lbcli start node-instance [flags]

Examples:

# Start a node instance with UUID a1b2c3d4-e5f6-7890-abcd-ef1234567890 lbcli -J $JWT start node-instance --node-uuid=a1b2c3d4-e5f6-7890-abcd-ef1234567890

Flag

Short

Type

Default

Description

--help

-h

bool


Help for node-instance.

--node-uuid


string


The UUID of the node instance to start (required).


On This Page