Skip to main content

List templates

GET /api/v1/templates

Get template

GET /api/v1/templates/{name}

Apply template

POST /api/v1/templates/{name}/apply
Content-Type: application/json

{
  "simulation_name": "my-test",
  "auto_start": true
}