Delete

Delete a service and optionally clean up its configurations, volumes, and networks.

Usage

coolify service delete <uuid>

Options

OptionTypeRequiredDefaultDescription
--delete-configurationsbooleanNotrueDelete configurations
--delete-connected-networksbooleanNotrueDelete connected networks
--delete-volumesbooleanNotrueDelete volumes
--docker-cleanupbooleanNotrueRun docker cleanup
--force (-f)booleanNofalseSkip confirmation prompt

Get current help

coolify service delete --help

The installed CLI help reflects the exact options available in your CLI version.

On this page