post https://api.linode.com//images
Captures a private, gold-master image from a Linode disk.
If you create an image from an encrypted disk, the API doesn't encrypt the image. When you rebuild a compute instance from that image, the resulting disk will be automatically encrypted.
linode-cli images create \
--label this_is_a_label \
--description "A longer description \
of the image" \
--disk_id 123
<https://www.linode.com/docs/products/tools/cli/get-started/>
images:read_write
linodes:read_only
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>