create_and_set_default_script
Create and configure a startup script as the default for new Verda Cloud GPU instances, automating initial setup for future deployments.
Instructions
Create a new startup script and set it as the default for new instances.
This creates a new script and updates config.yaml to use it as the default script_id for future instance deployments.
Args: name: Name for the new script. content: Bash script content.
Returns: Confirmation with script ID and updated config status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| content | Yes |