np node (or np nodes) commands to manage compute node instances, inspect status, control power states, and access Guest VM MCP tools.
List Nodes (np node list)
List all compute nodes in your organization.
Options
Output Fields
- VM UUID: Unique virtual machine identifier.
- Name: Display name assigned to the node.
- State: Current state of the node (e.g.
running,stopped). - SSH Connect: Direct SSH command string for connecting to the node.
Examples
Create Node (np node create)
Deploy a new compute node instance.
Options
Examples
Get Node Details (np node get)
Retrieve comprehensive details for a specific compute node.
Arguments
Options
Detailed Fields
When usingtable output, np node get displays:
- VM UUID: Virtual machine UUID.
- ID / Org ID / User ID: Resource identifiers.
- Name & Region: Display name and deployment region.
- State & Status: Operational state and health status.
- SSH Connect: Prepared SSH connection string.
- Hardware Specs: Allocated CPU cores, Memory (MB), and Disk Storage (GB).
Examples
Power Operations
Control node lifecycle power states withboot, shutdown, and reboot.
Boot Node (np node boot)
Start a stopped compute node.
Shutdown Node (np node shutdown)
Gracefully shut down a running compute node.
Reboot Node (np node reboot)
Restart a compute node.
Delete Node (np node delete)
Permanently delete a compute node and terminate its billing.
List Node Tools (np node tools)
List Model Context Protocol (MCP) tools exposed by the Guest VM running on a compute node.
Options
Examples
Next Steps
SSH Keys
Register public SSH keys for automatic injection into new compute nodes.
CLI Overview
Review CLI installation, global flags, and authentication configuration.