---
title: "Stop service application container"
method: POST
path: "/services/{uuid}/applications/{app_uuid}/stop"
tags: ["Service applications"]
---

# Stop service application container

`POST /services/{uuid}/applications/{app_uuid}/stop`

Stops a single compose service container.

## Path parameters

- `uuid` string, required
- `app_uuid` string, required

## Response `200`

Stop queued.

- object
  - `message` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.
- `501` — Swarm not supported.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/versions/08be5dc8e729/schema)
