Skip to main content

On the canvas

  • A runtime is a normal card. You can move it like any other resource.
  • Undo/redo applies to card positions like other resources.

Connecting runtime → server

  • Draw a connection from the runtime card to a server (instance) or scalable server card when the platform allows that pair.
  • On connect, the backend typically installs the selected runtime on the target instance using SSH and OS-specific install scripts for the chosen version.
  • On disconnect, a remove script may run, depending on resource connection rules and state.
Exact allowed pairs and lifecycle behavior are defined by your deployment’s resource connections rules. Invalid connections are rejected or surfaced as errors.

Metadata on the resource

Runtime resources store identifiers such as runtimeId, runtimeName, runtimeVersion, runtimeDisplayName, and optionally applicationServer, in resource metadata for use by deploy and install flows.

APIs

Start from API documentationRuntimes (/api/28-runtimes) and Resource connections (/api/07-resource-connections). ← Runtime overview · Resource types hub