CARVIEW |
Select Language
HTTP/2 301
date: Wed, 16 Jul 2025 22:33:21 GMT
content-type: text/html
location: /reference/doctl/reference/compute/image/create/
x-frame-options: ALLOW-FROM https://marina.digitalocean.com/
x-xss-protection: 1; mode=block
content-security-policy: frame-ancestors https://amd.digitalocean.com/ https://amd.s2r1.internal.digitalocean.com/ https://localdev.internal.digitalocean.com https://cloud.s2r1.internal.digitalocean.com https://cloud.digitalocean.com https://digitaloceaninc.lookbookhq.com
x-content-security-policy: frame-ancestors https://amd.digitalocean.com/ https://amd.s2r1.internal.digitalocean.com/ https://localdev.internal.digitalocean.com https://cloud.s2r1.internal.digitalocean.com https://cloud.digitalocean.com https://digitaloceaninc.lookbookhq.com
x-do-app-origin: 278230ee-e6a3-11ec-b1dc-0c42a19a82a7
cache-control: private
x-do-orig-status: 301
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=tpWTqEvCE5rmwpoAFm8Gk.hHHWu_X3af9VoBgPWJqnQ-1752705201-1.0.1.1-Y92jHxcr9xjkTqJK7teaLj9JSpIW1iG3Nr73x0bxqYB4CkDxg8SMqkJi7NTmRWh6Jy1h4SAOkCtmFEuyVY0kLHl9SaYAp2XWVTFDqDFlTOs; path=/; expires=Wed, 16-Jul-25 23:03:21 GMT; domain=.ondigitalocean.app; HttpOnly; Secure; SameSite=None
vary: Accept-Encoding
set-cookie: __cf_bm=ZSdYS_XxlbH4r8CJGhOp_B8Qc40CR_ItgohqjwohaXs-1752705201-1.0.1.1-5zXyOH.LkAuiIkjiTmGrjI59ck7EHM1Ng5dZVIMgynQGVWSzh6h33vt.vDlZyjDUvcoq1yeyZCASDkMb8aCABszxBb3OTbzECD.LFLNkWgY_jVoSUAKVpxUSP0N1iqfe; path=/; expires=Wed, 16-Jul-25 23:03:21 GMT; domain=.digitalocean.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9604f5f0fb95d3d4-BLR
HTTP/2 200
date: Wed, 16 Jul 2025 22:33:21 GMT
content-type: text/html
last-modified: Wed, 16 Jul 2025 19:47:05 GMT
vary: Accept-Encoding
x-frame-options: ALLOW-FROM https://marina.digitalocean.com/
x-xss-protection: 1; mode=block
content-security-policy: frame-ancestors https://amd.digitalocean.com/ https://amd.s2r1.internal.digitalocean.com/ https://localdev.internal.digitalocean.com https://cloud.s2r1.internal.digitalocean.com https://cloud.digitalocean.com https://digitaloceaninc.lookbookhq.com
x-content-security-policy: frame-ancestors https://amd.digitalocean.com/ https://amd.s2r1.internal.digitalocean.com/ https://localdev.internal.digitalocean.com https://cloud.s2r1.internal.digitalocean.com https://cloud.digitalocean.com https://digitaloceaninc.lookbookhq.com
x-do-app-origin: 66b87bdb-ceab-4f7c-975f-da2affb6d13a
cache-control: private
x-do-orig-status: 200
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=jzmP0j9g5Jo4XWo6GkOk4QeCJt1C3O3YcMf89h0xZfQ-1752705201-1.0.1.1-2lgdl.VM_gH7X0apt4zlY0cXW2ncBBV_dCTUb3CjHr7fEERZkxmMk2TItyKy7_c521BAmBIB6vkZpps71AWxAwlmrHWWC4IQqNtH1FbxBbI; path=/; expires=Wed, 16-Jul-25 23:03:21 GMT; domain=.ondigitalocean.app; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9604f5f6283dd3d4-BLR
content-encoding: gzip
doctl compute image create | DigitalOcean Documentation
doctl compute image create
Generated on 23 Jun 2025
from doctl
version
v1.131.0
Usage
doctl compute image create <image-name> [flags]
Description
Creates an image in your DigitalOcean account. Specify a URL to download the image from and the region to store the image in. You can add additional metadata to the image using the optional flags.
Example
The following example creates a custom image named Example Image
from a URL and stores it in the nyc1
region:
doctl compute image create "Example Image" --image-url "https://example.com/image.iso" --region nyc1
Flags
Option | Description |
---|---|
--help , -h |
Help for this command |
--image-description |
An optional description of the image |
--image-distribution |
A custom image distribution slug to apply to the image Default: Unknown |
--image-url |
The URL to retrieve the image from (required) |
--region |
The slug of the region you want to store the image in. For a list of region slugs, use the doctl compute region list command. (required) |
--tag-names |
A list of tag names to apply to the image |
Related Commands
Command | Description |
---|---|
doctl compute image | Display commands to manage images |
Global Flags
Option | Description |
---|---|
--access-token , -t |
API V2 access token |
--api-url , -u |
Override default API endpoint |
--config , -c |
Specify a custom config file Default: |
--context |
Specify a custom authentication context name |
--http-retry-max |
Set maximum number of retries for requests that fail with a 429 or 500-level error
Default: 5 |
--http-retry-wait-max |
Set the minimum number of seconds to wait before retrying a failed request
Default: 30 |
--http-retry-wait-min |
Set the maximum number of seconds to wait before retrying a failed request
Default: 1 |
--interactive |
Enable interactive behavior. Defaults to true if the terminal supports it (default false)
Default: false |
--output , -o |
Desired output format [text|json] Default: text |
--trace |
Show a log of network activity while performing a command Default: false |
--verbose , -v |
Enable verbose output Default: false |
We can't find any results for your search.
Try using different keywords or simplifying your search terms.