---
title: "GET /containers/{handle}/state"
method: GET
path: "/containers/{handle}/state"
tags: ["containers"]
---

# GET /containers/{handle}/state

`GET /containers/{handle}/state`

Get the current state of the a container

## Path parameters

- `handle` string, required

## Response `200`

OK

- ContainerGetStateResponse
  - `handle` string, required
  - `state` 'RUNNING' | 'STOPPED', required

## Other responses

- `404` — not found
- `default` — Error

---

[API](https://skmtc.dev/vmware/apis/port-layer-api.md) · [All operations](https://skmtc.dev/vmware/apis/port-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vmware/port-layer-api/revisions/5fff0b8814c7/schema)
