lbcli stop node-instance

AI Tools

Stops a running node instance (Tech Preview).

Synopsis

Stops a running node instance (Tech Preview).

Stops a specific node instance's Lightbits services/instances.

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

This operation is blocked if it could cause data unavailability. Use --force to override this check.

Note!

This is a potentially disruptive operation that should be used with care. Only system administrators can execute this command.

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

lbcli stop node-instance [flags]

Examples:

# Stop a node instance with UUID a1b2c3d4-e5f6-7890-abcd-ef1234567890 lbcli -J $JWT stop node-instance --node-uuid=a1b2c3d4-e5f6-7890-abcd-ef1234567890 # Force stop a node instance even if volumes may become unavailable lbcli -J $JWT stop node-instance --node-uuid=a1b2c3d4-e5f6-7890-abcd-ef1234567890 --force

Flag

Short

Type

Default

Description

--help

-h

bool


Help for node-instance.

--node-uuid


string


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

--force


bool


Force stop even if volumes could become unavailable (default: false).