Delete service
deleteServiceDelete a service by UUID, removing configurations, volumes, connected networks, and running Docker cleanup. Set flags to false to retain these resources.
Instructions
Delete a service by UUID. By default Coolify also deletes configurations, volumes, and connected networks and runs docker cleanup; pass the flags as false to keep them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| delete_volumes | No | ||
| docker_cleanup | No | ||
| delete_configurations | No | ||
| delete_connected_networks | No |