Vultr DocsLatest Content


Script

Updated on 15 September, 2025

Manage cloud-init startup scripts for automated server configuration and deployment on Vultrs platform.


The vultr-cli script command manages cloud-init scripts on Vultr's platform, allowing users to create, list, update, and delete startup scripts for automated server configuration.

Usage

console
$ vultr-cli script

Available Commands

  • create - Create a startup script
  • delete - Delete a startup script
  • get - Display the contents of specified script
  • list - List all startup scripts
  • update - Update startup script
Create and manage startup scripts that automatically configure servers during deployment on Vultr.
Permanently removes a specified startup script from your Vultr account using its ID.
Retrieves and displays a specific startup script from your Vultr account using its ID, showing both content and metadata.
Displays all startup scripts in your Vultr account with their IDs, names, types, and creation dates.
Updates an existing startup script in your Vultr account with new content, name, type, or other attributes.