host_create
Create a new virtual machine host in a DuploCloud tenant to deploy containerized applications using specified instance type and platform.
Instructions
Create a new host (VM) in a DuploCloud tenant.
Args: tenant_id: The tenant ID to create the host in. friendly_name: A friendly name for the host. capacity: The instance type/size (e.g. t3.medium). agent_platform: The agent platform type. 0=Linux Docker, 7=EKS Linux. Defaults to 0.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | ||
| friendly_name | Yes | ||
| capacity | Yes | ||
| agent_platform | No |