Provision a Node
- Dashboard
- Python SDK
- HTTP API
The Nodepick dashboard gives you a point-and-click interface for creating and configuring nodes without writing any code.
1
Open Node Management
Log in to your Nodepick account and navigate to the Node Management section in the left sidebar.
2
Click Create Node
Click the Create Node button in the top-right corner of the Node Management page.
3
Configure your resources
Select the number of CPU cores, the amount of RAM, the storage size, and whether you want a routable IP address attached to this node.
4
Confirm and provision
Review your configuration and click Confirm. Nodepick begins provisioning immediately. Your node will appear in the Node Management list with a
provisioning status and transition to running within 30 seconds.Expected Response
Regardless of which method you use, a successful create request returns a JSON object with the node’s initial state: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.SSH Access
Connect to your running node with full root access using SSH.
Manage Nodes
List your nodes, inspect their details, and delete them when you’re done.