v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Applications

Stop

Stop application.

post/applications/{uuid}/stop

Path parameters

uuidstring required

UUID of the application.

Query parameters

docker_cleanupboolean

Perform docker cleanup (prune networks, volumes, etc.).

Response

Stop application.

messagestring

Example response

{
  "message": "Application stopping request queued."
}