Vultr DocsLatest Content


Create

Updated on 15 September, 2025

Create and manage startup scripts that automatically configure servers during deployment on Vultr.


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'.

Comments

No comments yet.