create_server
Provision a new custom SpinupWP server using existing infrastructure by specifying provider, Ubuntu version, IP address, SSH username, and hostname.
Instructions
Provision a new custom SpinupWP server (MVP using existing infrastructure)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider_name | Yes | Name of the server provider | |
| ubuntu_version | Yes | Ubuntu LTS version (e.g. '24.04', '22.04') | |
| ip_address | Yes | The server's public IP address | |
| username | Yes | The SSH username (usually root) | |
| hostname | Yes | The hostname for the server |