np), the Python SDK, and the HTTP API. This page walks you through the most common management operations so you stay in control of your infrastructure and costs.
List Your Nodes
Listing your nodes gives you a snapshot of everything currently running under your account.- Python CLI
- Python SDK
- HTTP API
List nodes as an interactive table or formatted JSON:
Get Node Details
When you need full information about a specific node — including its IP address, hardware specs, and current status — use the node details command or endpoint.- Python CLI
- Python SDK
- HTTP API
Inspect details for a node by ID, VM UUID, or display name:To output raw JSON instead of a formatted table:
Node Details Response Fields
A successful response returns details with the following fields:Delete a Node
Deleting a node permanently removes it and stops billing immediately. Do this as soon as you no longer need a node to avoid accumulating unnecessary charges.- Python CLI
- Python SDK
- HTTP API
Delete a node from your terminal:
Next Steps
CLI Reference
Learn all
np node subcommands including boot, shutdown, reboot, and MCP tools.Create a Node
Review node provisioning options and resource configuration flags.