---
title: "POST /instance/"
method: POST
path: "/instance/"
---

# POST /instance/

`POST /instance/`

## Response `200`

Instances.

- object
  - `instances` object[]
    - `instance` string
    - `module` string
    - `status` object
      - `state` 'RUNNING' | 'SUSPENDED' | 'HALTED' | 'TERMINATED' | 'KILLED'
      - `cause` 'UNREACHABLE' | 'CALL_STACK_EXHAUSTED' | 'MEMORY_ACCESS_OUT_OF_BOUNDS' | 'INDIRECT_CALL_INDEX_OUT_OF_BOUNDS' | 'INDIRECT_CALL_SIGNATURE_MISMATCH' | 'INTEGER_DIVIDE_BY_ZERO' | 'INTEGER_OVERFLOW' | 'BREAKPOINT' | 'ABI_DEFICIENCY' | 'ABI_VIOLATION' | 'INTERNAL'
      - `result` integer
      - `error` string
    - `transient` boolean
    - `debugging` boolean
    - `tags` string[]

---

[API](https://skmtc.dev/gate-computer/apis/gate-api.md) · [All operations](https://skmtc.dev/gate-computer/apis/gate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gate-computer/gate-api/revisions/ed5375211e84/schema)
