For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manage Runtime

Guide to stopping, starting, updating, managing Endpoints, rolling back versions, and deleting an Agent Runtime.


Prerequisites

  • At least 1 Runtime already created

  • Role Root or Admin


Stop a Runtime

Stop a Runtime to save compute costs. Configuration, Endpoint, and logs are preserved.

Step 1: Open Agent Runtime β†’ locate the Runtime to stop

Step 2: Click Stop β†’ confirm


Start a Runtime

Step 1: Open Agent Runtime β†’ locate the STOPPED Runtime

Step 2: Click Start β†’ Runtime transitions through STARTING β†’ ACTIVE


Update Runtime / Deploy a New Version

Each update creates a new immutable Version. The DEFAULT Endpoint automatically points to the latest version β€” the old version continues serving traffic until the deployment completes.

Runtime topology with multiple versions:

Via Portal

Step 1: Open Runtime Detail β†’ click Edit

Step 2: Change Image URL, Flavor, autoscaling, or environment variables β†’ Save

Via API

Note: All fields (except imageAuth) are required in the PATCH body.


Manage Endpoints

Each Runtime has one DEFAULT Endpoint created automatically. You can create additional Endpoints pinned to specific versions for canary or staging traffic.

Via Portal

View Endpoints: Open Runtime Detail β†’ Endpoints tab

Runtime detail β€” Endpoints tab

Create a new Endpoint:

  1. Endpoints tab β†’ click Create Endpoint

  2. Enter Name and select Version β†’ Create

Change an Endpoint's version:

  1. Endpoints tab β†’ click an endpoint β†’ Edit

  2. Select a new Version β†’ Save

Via API

List Endpoints:

Fields returned: id, agentRuntimeId, name, version, url, status, createdAt, updatedAt

Create an Endpoint:

Update an Endpoint's version:

Delete an Endpoint:


View Versions and Rollback

Each update creates a new immutable Version. To roll back, point the DEFAULT Endpoint to an older version number.

Via Portal

Open Runtime Detail β†’ Versions tab

Runtime detail β€” Versions tab

Via API

List versions:

Fields returned: agentRuntimeId, version (integer), imageUrl, flavorId, autoscaling, createdAt

Rollback to an older version:


Delete a Runtime

Via Portal

Step 1: Open Agent Runtime β†’ locate the Runtime to delete

Step 2: Click Delete β†’ review the warning β†’ confirm

Via API


Reset Service Account

If IAM service account credentials are changed or revoked, use this to recover the Runtime:


Next Steps

I want to...
Go to

View logs and metrics

Configure MCP Gateway

Last updated