Delete
Delete a service and optionally clean up its configurations, volumes, and networks.
Usage
coolify service delete <uuid>Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--delete-configurations | boolean | No | true | Delete configurations |
--delete-connected-networks | boolean | No | true | Delete connected networks |
--delete-volumes | boolean | No | true | Delete volumes |
--docker-cleanup | boolean | No | true | Run docker cleanup |
--force (-f) | boolean | No | false | Skip confirmation prompt |
Get current help
coolify service delete --helpThe installed CLI help reflects the exact options available in your CLI version.
