post https://api.linode.com//images/upload
Creates a new private image container and returns a URL as the upload_to
object in the response. Use this URL to upload your own disk image to the container.
This operation has specific requirements for use. Check out its workflow for details.
# Run the operation to just get the upload_to URL
linode-cli images upload \
--description "Optional details about the Image" \
--label "Example Image" \
--region us-east
# Upload the image file in a single step
linode-cli image-upload \
--description "Optional details about the Image" \
--label "Example Image" \
--region us-east \
/path/to/image-file.img.gz
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
images:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>