YAML for UpCloud Server

View as Markdown

UpCloud server target for deploying to UpCloud virtual machines.

YAML parameters for UpCloud Server

PARAMETERS
integrationrequiredstring
The integration identifier
hostrequiredstring
The host for the connection
targetrequiredstring
The human-readable ID of the target
namestring
The name of the target
portstring
The port for the connection
pathstring
Path on the server defined in the target
authSSHAuthYaml
Authentication details
proxystring | TargetSSHProxyYaml
Define a SSH proxy server using the following parameters
disabledboolean
Indicates if this target is disabled (default: false)
tagsstring[]
The list of tags associated with the target
permissionsPermissionsYaml
The permissions for the target
use_asUseAsYaml
Defines how the target can be used (as deployment target, proxy, or both)
notestring
Note for this resource
agent_notestring
YAML note for AI agents operating on this resource
typestring

Value: UPCLOUD

Last modified on Sep 17, 2026

YAML examples for UpCloud Server

UpCloud target with integration

yaml
- target: upcloud_target type: UPCLOUD name: name host: ubuntu.tests auth: method: PASSWORD username: buddy password: $password proxy: my_ssh_2 integration: MyIntegration tags: - tag1