---
title: "Shutdown game instances."
method: POST
path: "/matchmaking-api/v1/game-instances/shutdown"
tags: ["Matchmaking"]
---

# Shutdown game instances.

`POST /matchmaking-api/v1/game-instances/shutdown`

## Request body

- ShutdownGameInstancesRequest — Shutdown Game Instance request.
  - `placeId` integer — The place ID to shut down.
  - `privateServerId` integer, nullable — The private server ID.
  - `gameId` string, uuid, nullable — The game ID.

## Response `200`

Success

- ShutdownGameInstancesResponse — Shutdown Game Instance response.
  - `placeId` integer — The place ID to shut down.
  - `privateServerId` integer, nullable — The private server ID.
  - `gameId` string, uuid, nullable — The game ID.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/756260310407/schema)
