Runtimes API

πŸ“‹ Table of Contents

Overview

The Runtimes API provides runtime environment management for the STAR ecosystem. It handles execution environments for OAPPs.

Runtime Management

Get All Runtimes

GET /api/runtimes
Authorization: Bearer YOUR_TOKEN

Get Runtime by ID

GET /api/runtimes/{runtimeId}
Authorization: Bearer YOUR_TOKEN

Create Runtime

Update Runtime

Delete Runtime

Runtime Operations

Start Runtime

Stop Runtime

Get Runtime Status

Error Responses

Runtime Not Found


← Previous: Templates API | Next: Parks API β†’

Last updated