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

# Restart service application container

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

Restarts a single compose service container.

## Path parameters

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

## Response `200`

Restart queued.

- object
  - `message` string

## Other responses

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

## Changes

- **2026-07-15** `03e2545b5eeb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/services/:uuid/applications/:app_uuid/restart/post.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc.dev/coollabsio/apis/coolify/revisions/ef835681a3fe?raw)
