np), Python SDK, or HTTP API. All three methods provision the same underlying compute.
Provision a Node
- Python CLI
- Python SDK
- HTTP API
Use the You can customize the node’s resources using flags such as
np command-line tool to deploy a new compute node from your terminal:--cpu, --memory, --storage, and --network:Expected Response
When you deploy a node withnp node create and inspect it with np node get, the CLI outputs the node creation confirmation and details:
Billing starts the moment a node is created, even while it is still in the
provisioning state. To avoid unnecessary charges, delete nodes as soon as you no longer need them.Next Steps
Now that your node is provisioned, you’re ready to use it.Manage Nodes
List your nodes, inspect their details, control power, and delete them when done.
CLI Reference
View complete node management flags and commands for the
np CLI.