# dunebox-avd-create

### Arguments

<table><thead><tr><th width="186">Argument</th><th width="99" align="center">Type</th><th width="110" align="center">Optional</th><th width="373">Interpretation</th></tr></thead><tbody><tr><td><code>--server</code></td><td align="center"><code>String</code></td><td align="center">Yes</td><td>URL of Dunebox server. Overrides the configured value if provided. </td></tr><tr><td><code>--access-key</code></td><td align="center"><code>String</code></td><td align="center">Yes</td><td>Your access key. Overrides configured value if provided. </td></tr><tr><td><code>--secret-key</code></td><td align="center"><code>String</code></td><td align="center">Yes</td><td>Your secret key. Overrides configured value if provided.</td></tr><tr><td><code>--avd-name</code></td><td align="center"><code>String</code></td><td align="center">No</td><td>Name of the AVD. Should not clash with existing name.</td></tr><tr><td><code>--device-defn</code></td><td align="center"><code>String</code></td><td align="center">No</td><td>Device definition UID. </td></tr><tr><td><code>--api</code></td><td align="center"><code>uint8</code></td><td align="center">No</td><td>API level of the AVD</td></tr><tr><td><code>--tag</code></td><td align="center"><code>String</code></td><td align="center">No</td><td>Tag of the base image</td></tr><tr><td><code>--abi</code></td><td align="center"><code>String</code></td><td align="center">No</td><td>Application Binary Interface of the base image</td></tr></tbody></table>

We strongly suggest running [`dunebox-avd-build-cfg`](https://oda.moreficent.com/command-reference/dunebox-avd-build-cfg) to get the available values for `device-defn`, `api`, `tag` and `abi` before running this command. Additionally, we strongly suggest using the `x86_64 abi` whenever possible.

### Successful Output

None
