Stop application
stop_applicationStop an application's containers to take the site offline, with optional Docker network and volume cleanup after shutdown.
Instructions
Stop an application's containers (the site goes down until start_application or deploy). docker_cleanup (Coolify default true) prunes networks/volumes afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | Application uuid, exact name, or a unique part of its name or domain. | |
| docker_cleanup | No | Prune unused Docker networks/volumes after stopping (Coolify default: true). |