---
title: Create
url: https://docs.vultr.com/reference/vultr-cli/script/create
description: Create and manage startup scripts that automatically configure servers during deployment on Vultr.
publish_date: 2025-09-14T03:08:50.146169Z
last_updated: 2025-11-07T17:51:46.086010Z
---

The `vultr-cli script create` command creates a new startup script in your Vultr account, allowing you to automate server configuration during deployment.

## Usage

```console
$ vultr-cli script create [flags]
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -n | --name | Name of the newly created startup script. |
| -s | --script | Startup script contents. |
| -t | --type | (Optional) Type of startup script. Possible values: `boot`, `pxe`. Default is `boot`. |