Vultr DocsLatest Content


Update

Updated on 07 November, 2025

Updates an existing startup script in your Vultr account with new content, name, type, or other attributes.


The vultr-cli script update command updates an existing script in your Vultr account with new content, name, or type based on the provided parameters.

Usage

console
$ vultr-cli script update <Script ID> [flags]

Flags

Shorthand Long Version Description
-n --name Name of the startup script.
-s --script Startup script contents.
-t --type Type of startup script. Possible values: boot, pxe. Default is boot.

Comments