Easily configure, manage, and deploy user management, billing, support tickets, and more with programmatic access to Linode products and services.
curl -H "Content-Type: application/json"
-H "Authorization: Bearer $TOKEN"
-X POST -d ' {
"image": "linode/debian10",
"root_pass": "aComplexP@assword",
"label": "linode-interfaces-3",
"type": "g6-standard-2",
"region": "us-east"
}'
https://api.dev.linode.com/v4/linode/instances
Take advantage of the Linode API with tools and libraries that help streamline your next infrastructure project.
Incorporate Linode products and services into your application code by installing Linode’s official programming language libraries and clients.
$ pip install linode_api4
$ npm install @linode/api-v4
$ go get -u github.com/linode/linodego
Use your favorite orchestration and automation tools to deploy and manage Linode products and services.
Everything you can do with the Linode Cloud Manager can be done through the CLI. Automate frequently performed tasks by incorporating CLI commands into your scripts.