Announcing the Appwrite OSS Fund, Learn More! 🤑
Docs

Runtimes List Object

Properties

Name Type Description
total integer

Total number of runtimes documents that matched your query.

runtimes runtime[]

List of runtimes.

Examples

JSON

{
    "total": 5,
    "runtimes": {
        "$id": "python-3.8",
        "name": "Python",
        "version": "3.8",
        "base": "python:3.8-alpine",
        "image": "appwrite\\\/runtime-for-python:3.8",
        "logo": "python.png",
        "supports": [
            "amd64"
        ]
    }
}