get_startup_script_content
Retrieve the content of a Vultr startup script using either the script name or UUID identifier for configuration management and deployment automation.
Instructions
Get the content of a startup script. Smart identifier resolution: use script name or UUID.
Args: script_identifier: The startup script name or ID
Returns: Script content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
script_identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"script_identifier": {
"title": "Script Identifier",
"type": "string"
}
},
"required": [
"script_identifier"
],
"type": "object"
}