Skip to main content
Provisioning a node on nodepick.ai takes less than 30 seconds. You can create a node using the Python CLI (np), Python SDK, or HTTP API. All three methods provision the same underlying compute.

Provision a Node

Use the np command-line tool to deploy a new compute node from your terminal:
You can customize the node’s resources using flags such as --cpu, --memory, --storage, and --network:

Expected Response

When you deploy a node with np 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.