Raw File
cilium_service_delete.md
<!-- This file was autogenerated via cilium cmdref, do not edit manually-->

## cilium service delete

Delete a service

### Synopsis

Delete a service

```
cilium service delete { <service id> | --all } [flags]
```

### Options

```
      --all    Delete all services
  -h, --help   help for delete
```

### Options inherited from parent commands

```
      --config string   config file (default is $HOME/.cilium.yaml)
  -D, --debug           Enable debug messages
  -H, --host string     URI to server-side API
```

### SEE ALSO

* [cilium service](../cilium_service)	 - Manage services & loadbalancers

back to top