Skip to content
meepctl_delete.md 905 B
Newer Older
Mike Roy's avatar
Mike Roy committed
## meepctl delete

Delete containers from the K8s cluster

### Synopsis

Delete containers from the K8s cluster

AdvantEDGE is composed of a collection of micro-services (a.k.a the groups).

Delete command removes a group of containers from the K8s cluster.

Valid groups:
  * core: AdvantEDGE core containers
  * dep:  Dependency containers
  * all:  All containers
			

```
meepctl delete <group> [flags]
```

### Examples

```
  # Delete all containers
Michel Roy's avatar
Michel Roy committed
    meepctl delete all
Mike Roy's avatar
Mike Roy committed
  # Delete only AdvantEDGE core containers
Michel Roy's avatar
Michel Roy committed
    meepctl delete core
Mike Roy's avatar
Mike Roy committed
			
```

### Options

```
  -h, --help   help for delete
```

### Options inherited from parent commands

```
  -t, --time      Display timing information
  -v, --verbose   Display debug information
```

### SEE ALSO

* [meepctl](meepctl.md)	 - meepctl - CLI application to control the AdvantEDGE platform

Kevin Di Lallo's avatar
Kevin Di Lallo committed
###### Auto generated by spf13/cobra on 30-Apr-2019