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

Instance

Occurrences

Content

Key
Type
Description

name

string

The name of the instance

uuid

string

  • The UUID of the instance

  • 8 - 40 characters long

Example

{
  "name": "demo",
  "uuid": "aabb1122"
}

Changelog

2024-08-16

This object has been introduced.

Last updated