{ "opencollection": "1.0.0", "info": { "name": "Linode API v4 Account Images API", "version": "4.189.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "List images", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/images", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number to return." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of items per page." } ] }, "docs": "Returns a paginated list of images on your account, including both public distribution images and your custom private images." }, { "info": { "name": "Create an image", "type": "http" }, "http": { "method": "POST", "url": "https://api.linode.com/v4/images", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new custom image from an existing Linode disk. The image can then be used to deploy new Linode instances." }, { "info": { "name": "Get an image", "type": "http" }, "http": { "method": "GET", "url": "https://api.linode.com/v4/images/:imageId", "params": [ { "name": "imageId", "value": "", "type": "path", "description": "The ID of the image." } ] }, "docs": "Returns the details for a single image." }, { "info": { "name": "Update an image", "type": "http" }, "http": { "method": "PUT", "url": "https://api.linode.com/v4/images/:imageId", "params": [ { "name": "imageId", "value": "", "type": "path", "description": "The ID of the image." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the label and description for a custom image." }, { "info": { "name": "Delete an image", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.linode.com/v4/images/:imageId", "params": [ { "name": "imageId", "value": "", "type": "path", "description": "The ID of the image." } ] }, "docs": "Deletes a custom image. Distribution images cannot be deleted." } ] } ], "bundled": true }