delete_startup_script
Remove a startup script from Vultr cloud infrastructure using either the script name or UUID identifier to clean up automation configurations.
Instructions
Delete a startup script. Smart identifier resolution: use script name or UUID.
Args: script_identifier: The startup script name or ID to delete
Returns: Success message
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"
}