create_startup_script
Create automated startup scripts for Vultr cloud instances to configure and initialize servers during deployment, supporting boot and PXE script types.
Instructions
Create a new startup script.
Args: name: Name for the startup script script: The script content script_type: Type of script ('boot' or 'pxe')
Returns: Created startup script details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| script | Yes | ||
| script_type | No | boot |